1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 20:11:29 +00:00

init param API is context-free

This commit is contained in:
Andrew Dolgov
2006-05-23 07:15:49 +01:00
parent ac378ad4ec
commit 33d13e72e2
4 changed files with 39 additions and 29 deletions

View File

@@ -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";
}