summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-11-21 10:36:10 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-11-21 10:36:10 -0700
commited32aef778289e67f7afaed27b1add16cdf5d107 (patch)
tree9bc8beaa68521bec4590ccd35ce16532ce2a895d /etc/inc/auth.inc
parent0f806ecab4d4e6f1dae8af476d14e21003f162b2 (diff)
downloadpfsense-ed32aef778289e67f7afaed27b1add16cdf5d107.zip
pfsense-ed32aef778289e67f7afaed27b1add16cdf5d107.tar.gz
Don't consider the HTTP referrer check as passing if it was skipped. Ticket #1027
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 9de5044..1214d17 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -139,7 +139,8 @@ if(function_exists("display_error_form") && !isset($config['system']['webgui']['
}
$security_passed = false;
}
- }
+ } else
+ $security_passed = false;
}
if (function_exists("display_error_form") && $security_passed)
OpenPOWER on IntegriCloud