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:
@@ -11,7 +11,8 @@
|
||||
*
|
||||
*/
|
||||
require_once("../class2.php");
|
||||
if (!getperms("0")) {
|
||||
if (!getperms("L"))
|
||||
{
|
||||
header("location:".e_BASE."index.php");
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user