mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Issue #1458 - Possible fix to admin perms issue.
This commit is contained in:
parent
2dedb86ba8
commit
ed5eb1ef74
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
require_once('../class2.php');
|
||||
if (!ADMIN || !getperms('L'))
|
||||
if (!getperms('K'))
|
||||
{
|
||||
e107::redirect('admin');
|
||||
exit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user