From 09976ee25faa292b2d6888539d07ba87c5770885 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 24 Aug 2015 15:57:17 +1000 Subject: [PATCH] Make sure to die after auth fails --- admin/auth-admin.php | 1 + 1 file changed, 1 insertion(+) 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(); }