From 206d49676228fa2a1b74ab4116038c4d59370980 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 20:16:10 +0300 Subject: rework gears offline/online interaction the way it probably should be done (also remove redirecting login system) --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') 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 */ -- cgit v1.2.3