1
0
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:
Cameron 2016-03-27 11:34:14 -07:00
parent 2dedb86ba8
commit ed5eb1ef74

View File

@ -13,7 +13,7 @@
*/
require_once('../class2.php');
if (!ADMIN || !getperms('L'))
if (!getperms('K'))
{
e107::redirect('admin');
exit;