summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 20:16:10 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 20:16:10 +0300
commit206d49676228fa2a1b74ab4116038c4d59370980 (patch)
tree6626abd3d8f546726f2190385429cd9aabb6750a /functions.php
parentb4dc02e2071f9cc8d1d49fa366861d603e1ce4a0 (diff)
rework gears offline/online interaction the way it probably should be done (also remove redirecting login system)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 0a2f3e530..648ab3438 100644
--- a/functions.php
+++ b/functions.php
@@ -1918,8 +1918,8 @@
}
if (!$_SESSION["uid"] || !validate_session($link)) {
- //render_login_form($link, $mobile);
- header("Location: login.php");
+ render_login_form($link, $mobile);
+ //header("Location: login.php");
exit;
} else {
/* bump login timestamp */