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:
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user