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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user