summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 10:29:19 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 10:29:19 +0300
commit5fe4848b5a734bf48c118730af15d2497c1f3261 (patch)
tree669f67691d3c8dcbd3426adfb26ce9de5598c2f2 /functions.php
parent45e27f10f74f3665f4adc0c6ca31aa087ef07210 (diff)
reinstate redirecting login system (problems with Gears)
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 */