1
0
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:
CaMer0n
2012-06-07 00:33:10 +00:00
parent ad6437e806
commit 425937e1a4
5 changed files with 26 additions and 25 deletions

View File

@@ -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);