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

Remove limesurvey!

Make session authentication work without limesurvey itself
This commit is contained in:
Adam Zammit
2017-01-09 16:16:15 +11:00
parent 7dde017c9a
commit d2f56f0a58
2438 changed files with 246 additions and 597734 deletions

View File

@@ -61,7 +61,7 @@ if ($_SESSION['USER_RIGHT_SUPERADMIN'] != 1)
include_once(dirname(__FILE__) . "/../functions/functions.xhtml.php");
xhtml_head();
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>";
print "<p><a href='../login.php?action=logout'>" . T_("Logout") . "</a></p>";
xhtml_foot();
die();
}