1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Disable menus help panel.

This commit is contained in:
Cameron
2017-03-20 12:38:11 -07:00
parent ae8e1f1198
commit 2fabda120f
2 changed files with 7 additions and 6 deletions

View File

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