From 3efd44fd286cd62dfc44e2b58d41d4e00069d5ef Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Jan 2014 23:23:36 +0100 Subject: [PATCH] Fix: Enabled in dev mode only --- htdocs/public/test/test_arrays.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php index 4a4e7bc6f74..fb8274e5524 100644 --- a/htdocs/public/test/test_arrays.php +++ b/htdocs/public/test/test_arrays.php @@ -4,7 +4,7 @@ define("NOCSRFCHECK",1); // We accept to go on this page from external web site. require '../../main.inc.php'; -if (!empty($conf->global->MAIN_FEATURES_LEVEL)) +if (empty($conf->global->MAIN_FEATURES_LEVEL)) { print "Page available onto dev environment only"; exit;