1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Skip admin path check for now. Correct LAN conflict.

This commit is contained in:
Cameron
2021-01-16 14:32:55 -08:00
parent ac737d3762
commit cc5fbe87ef
9 changed files with 16 additions and 17 deletions

View File

@@ -11,6 +11,7 @@
if (!defined('e107_INIT')) { exit; }
$frm = e107::getForm();
e107::coreLan('menus', true);
class e_menuManager
{