summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/authgui.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 9e83157..8d1b30f 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -115,8 +115,7 @@ if (!(isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER']))) {
echo "||Access to AJAX has been disallowed for this user.";
exit;
}
-
-
+
if ($pagereq <> "" && (in_array($pagereq, $allowed) || in_array("ANY", $allowed))) {
pfSenseHeader("{$home}");
exit;
@@ -145,14 +144,10 @@ if (!(isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER']))) {
function display_error_form($http_code, $desc) {
global $config, $g;
$g['theme'] = $config['theme'];
-
- logout_session();
-
if(isAjax()) {
echo "Error: {$http_code} Description: {$desc}";
return;
}
-
$htmlstr = <<<EOD
<html>
<head>
OpenPOWER on IntegriCloud