summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 21355f782..6e386c508 100644
--- a/functions.php
+++ b/functions.php
@@ -1918,7 +1918,8 @@
}
if (!$_SESSION["uid"] || !validate_session($link)) {
- render_login_form($link, $mobile);
+ //render_login_form($link, $mobile);
+ header("Location: login.php");
exit;
} else {
/* bump login timestamp */