1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 16:11:28 +00:00

some UI frontend cookies respect session cookie lifetime, misc cookie cleanups (closes #52)

This commit is contained in:
Andrew Dolgov
2006-03-20 17:53:11 +01:00
parent 2055d4a6dc
commit 76b4eae177
5 changed files with 42 additions and 5 deletions

View File

@@ -102,7 +102,7 @@
$fetch = $_GET["fetch"];
setcookie("ttrss_icons_url", ICONS_URL);
// setcookie("ttrss_icons_url", ICONS_URL);
if (!sanity_check($link)) { return; }