This commit is contained in:
Abdulrahman
2019-05-12 04:15:11 +03:00
parent b70e76664c
commit 4ff3debbf0
8 changed files with 71 additions and 33 deletions

View File

@@ -10,8 +10,7 @@
// Requirements of Kleeja
define('MIN_PHP_VERSION', '7.0');
define('MIN_MYSQL_VERSION', '4.2.2');
//version of latest changes at db
define('LAST_DB_VERSION', '9');
//set no errors
define('MYSQL_NO_ERRORS', true);
@@ -25,6 +24,8 @@ if (ig('change_lang'))
}
}
require PATH . 'includes/version.php';
// Including current language
$lang = require PATH . 'lang/' . getlang() . '/common.php';
$lang = array_merge($lang, require PATH . 'lang/' . getlang() . '/install.php');