From 76b4eae177e8932f7c0ad0fb4feb702fa5e037e7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Mar 2006 17:53:11 +0100 Subject: some UI frontend cookies respect session cookie lifetime, misc cookie cleanups (closes #52) --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index b83ea4496..0d65c1ce7 100644 --- a/backend.php +++ b/backend.php @@ -102,7 +102,7 @@ $fetch = $_GET["fetch"]; - setcookie("ttrss_icons_url", ICONS_URL); +// setcookie("ttrss_icons_url", ICONS_URL); if (!sanity_check($link)) { return; } -- cgit v1.2.3