1
0
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:
Cameron
2017-01-02 19:13:48 -08:00
parent 9681816eb9
commit 9dd717cba8
5 changed files with 113 additions and 52 deletions

View File

@@ -16,6 +16,12 @@ if (!getperms("2"))
exit;
}
if(e_DEBUG_MENUMANAGER === true)
{
return;
}
$sql = e107::getDb();
$tp = e107::getParser();
$frm = e107::getForm();