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

Remove unnecessary perm check.

This commit is contained in:
Cameron 2019-01-30 12:28:28 -08:00
parent bbc1a6c602
commit 405677e64d

@ -15,12 +15,13 @@ if (!defined('e107_INIT'))
require_once("../class2.php");
}
/*
if (!getperms("L"))
{
e107::redirect('admin');
exit;
}
*/
e107::coreLan('lancheck', true);