diff --git a/e107_admin/admin.php b/e107_admin/admin.php index 86cf3ad19..439b81297 100644 --- a/e107_admin/admin.php +++ b/e107_admin/admin.php @@ -109,6 +109,11 @@ class admin_start function __construct() { + if(!getperms('0')) // don't display this tuff to regular admins only main admin. + { + return null; + } + $this->deprecated = array( e_ADMIN."ad_links.php", e_PLUGIN."tinymce4/e_meta.php",