Fix: Enabled in dev mode only

This commit is contained in:
Laurent Destailleur 2014-01-26 23:23:36 +01:00
parent ee41273286
commit 3efd44fd28

View File

@ -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;