From c36413d70c72fe36de2f717995b46c908a135dfd Mon Sep 17 00:00:00 2001 From: xisi Date: Wed, 29 Jan 2014 09:17:58 -0500 Subject: [PATCH] tests not checks --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index f7ebd91a..5fcb7ac6 100644 --- a/public/index.php +++ b/public/index.php @@ -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'); } }