summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-20 17:53:11 +0100
committerAndrew Dolgov <[email protected]>2006-03-20 17:53:11 +0100
commit76b4eae177e8932f7c0ad0fb4feb702fa5e037e7 (patch)
treef375c25848e8bb6446257eda552cd34f5cb681d0 /backend.php
parent2055d4a6dcbfd7d0e791c37bd88db7100052fa3a (diff)
some UI frontend cookies respect session cookie lifetime, misc cookie cleanups (closes #52)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
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; }