Skip to content
Snippets Groups Projects
Commit 3efd44fd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Enabled in dev mode only

parent ee412732
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment