summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 07:15:49 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 07:15:49 +0100
commit33d13e72e28bf5fd1b8946c69ef05bd0f8ff9d0c (patch)
tree3f76368267cb8a5e1562ab715067ae99b751de3c /mobile
parentac378ad4ec0b870931b16daebcf0c1f22f9fa303 (diff)
init param API is context-free
Diffstat (limited to 'mobile')
-rw-r--r--mobile/login.php3
1 files changed, 0 insertions, 3 deletions
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";
}