1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Remove unnecessary perm check.

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

View File

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