This commit is contained in:
2020-05-07 10:16:15 +03:00
parent 18b2b70ef9
commit 5059a9ca96
44 changed files with 2121 additions and 1640 deletions

@@ -16,6 +16,8 @@
define ('BASE_DIR', str_replace("\\", "/", rtrim($_SERVER['DOCUMENT_ROOT'], '/')));
define ('USE_STATIC_DATA', false);
if (! @filesize(BASE_DIR . '/config/db.config.php'))
{
header ('Location: Location:install/index.php');