1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 09:39:15 +00:00

move some cookies to init-params

This commit is contained in:
Andrew Dolgov
2006-05-23 06:34:50 +01:00
parent 3dd46f19db
commit 3ac2b52019
6 changed files with 76 additions and 14 deletions

View File

@@ -108,14 +108,14 @@
setcookie("ttrss_vf_hreadf", 0);
}
setcookie('ttrss_vf_refresh', FEEDS_FRAME_REFRESH);
setcookie('ttrss_vf_daemon', ENABLE_UPDATE_DAEMON);
// setcookie('ttrss_vf_refresh', FEEDS_FRAME_REFRESH);
// setcookie('ttrss_vf_daemon', ENABLE_UPDATE_DAEMON);
if (get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED")) {
/* if (get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED")) {
setcookie('ttrss_vf_catchupnext', 1);
} else {
setcookie('ttrss_vf_catchupnext', 0);
}
} */
}
$fetch = $_GET["fetch"];