summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-04 22:40:38 -0500
committersullrich <sullrich@pfsense.org>2009-12-04 22:40:38 -0500
commit8fdc621d3afcbca2e698a446aa091e29a65717e6 (patch)
treee18061e4a7748a15bd425ea78fa64568c2b0e83f /etc
parente22aff02fbeca58e8497655ffa7e2db5ec840b84 (diff)
downloadpfsense-8fdc621d3afcbca2e698a446aa091e29a65717e6.zip
pfsense-8fdc621d3afcbca2e698a446aa091e29a65717e6.tar.gz
Add page global variable
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 753d041..f3dc5e7 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -857,7 +857,7 @@ function is_account_disabled($username) {
}
function session_auth($backing) {
- global $g, $debug, $HTTP_SERVER_VARS, $userindex, $config, $_SESSION;
+ global $g, $debug, $HTTP_SERVER_VARS, $userindex, $config, $_SESSION, $page;
session_start();
OpenPOWER on IntegriCloud