summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/auth.inc')
-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 4a0c794..52065df 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -1444,7 +1444,7 @@ function session_auth() {
return false;
/* redirect to page the user is on, it'll prompt them to login again */
- Header("Location: {$scriptName}");
+ header("Location: {$scriptName}");
return false;
}
OpenPOWER on IntegriCloud