mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Admin template fix
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
require_once('../class2.php');
|
||||
|
||||
if (!getperms("5|J")) { header('location:'.e_BASE.'index.php'); exit; }
|
||||
if (!getperms("5|J")) { header('location:'.e_ADMIN.'admin.php'); exit; }
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
|
Reference in New Issue
Block a user