From 33d13e72e28bf5fd1b8946c69ef05bd0f8ff9d0c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 May 2006 07:15:49 +0100 Subject: init param API is context-free --- mobile/login.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mobile') diff --git a/mobile/login.php b/mobile/login.php index 418a04bd8..bcf151ee1 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -47,9 +47,6 @@ $_SESSION["cookie_lifetime"] = time() + SESSION_COOKIE_LIFETIME; } - setcookie("ttrss_cltime", $_SESSION["cookie_lifetime"], - $_SESSION["cookie_lifetime"]); - if (!$return_to) { $return_to = "tt-rss.php"; } -- cgit v1.2.3-54-g00ecf