1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 00:01:29 +00:00

get rid of vf_hreadf cookie, move data to init-param

This commit is contained in:
Andrew Dolgov
2006-05-23 07:32:22 +01:00
parent 33d13e72e2
commit e8bd0da952
5 changed files with 22 additions and 45 deletions

View File

@@ -102,11 +102,6 @@
}
if ($_SESSION["uid"]) {
if (get_pref($link, "HIDE_READ_FEEDS") == "true") {
setcookie("ttrss_vf_hreadf", 1);
} else {
setcookie("ttrss_vf_hreadf", 0);
}
// setcookie('ttrss_vf_refresh', FEEDS_FRAME_REFRESH);
// setcookie('ttrss_vf_daemon', ENABLE_UPDATE_DAEMON);