diff --git a/admin/auth-admin.php b/admin/auth-admin.php index 55c86e1c..b650c000 100644 --- a/admin/auth-admin.php +++ b/admin/auth-admin.php @@ -66,4 +66,5 @@ if ($_SESSION['USER_RIGHT_SUPERADMIN'] != 1) print "

" . T_("You do not have permission to access this area") . "

"; print "

" . T_("Logout") . "

"; xhtml_foot(); + die(); }