mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Menu-Manager rewrite complete, debug mode only.
This commit is contained in:
@@ -16,6 +16,12 @@ if (!getperms("2"))
|
||||
exit;
|
||||
}
|
||||
|
||||
if(e_DEBUG_MENUMANAGER === true)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$sql = e107::getDb();
|
||||
$tp = e107::getParser();
|
||||
$frm = e107::getForm();
|
||||
|
Reference in New Issue
Block a user