2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Make sure to die after auth fails

This commit is contained in:
Adam Zammit
2015-08-24 15:57:17 +10:00
parent 517e6f551c
commit 09976ee25f

View File

@@ -66,4 +66,5 @@ if ($_SESSION['USER_RIGHT_SUPERADMIN'] != 1)
print "<p>" . T_("You do not have permission to access this area") . "</p>";
print "<p><a href='../include/limesurvey/admin/admin.php?action=logout'>" . T_("Logout") . "</a></p>";
xhtml_foot();
die();
}