mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Remove unnecessary perm check.
This commit is contained in:
@@ -15,12 +15,13 @@ if (!defined('e107_INIT'))
|
|||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (!getperms("L"))
|
if (!getperms("L"))
|
||||||
{
|
{
|
||||||
e107::redirect('admin');
|
e107::redirect('admin');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
e107::coreLan('lancheck', true);
|
e107::coreLan('lancheck', true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user