diff --git a/core/core.php b/core/core.php index e3e2a21a..9496b718 100644 --- a/core/core.php +++ b/core/core.php @@ -57,7 +57,6 @@ class common { 'sitemap', 'theme', 'user', - 'translate', 'addon' ]; public static $accessList = [ @@ -65,8 +64,7 @@ class common { 'theme', 'config', 'edit', - 'config', - 'translate' + 'config' ]; public static $accessExclude = [ 'login',