tests not checks
This commit is contained in:
parent
f298c60260
commit
c36413d70c
@ -133,7 +133,7 @@ if (count(@$_SESSION['last_ip_pop']) == 2) {
|
||||
// version check and config check if not disabled
|
||||
if (@$_SESSION['USERDATA']['is_admin'] && $user->isAdmin(@$_SESSION['USERDATA']['id'])) {
|
||||
require_once(INCLUDE_DIR . '/version.inc.php');
|
||||
if (!@$config['skip_config_checks']) {
|
||||
if (!@$config['skip_config_tests']) {
|
||||
require_once(INCLUDE_DIR . '/admin_checks.php');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user