1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

admin perms fix for language area.

This commit is contained in:
Cameron
2013-11-05 22:22:47 -08:00
parent 67f48571f4
commit 6725cb4ffe
2 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,8 @@
*
*/
require_once("../class2.php");
if (!getperms("0")) {
if (!getperms("L"))
{
header("location:".e_BASE."index.php");
exit;
}