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