mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 23:10:58 +02:00
init params: add fresh article age
This commit is contained in:
parent
b25df544b4
commit
66438f2922
@ -3176,6 +3176,9 @@
|
||||
print "<param key=\"cdm_auto_catchup\" value=\"" .
|
||||
(int) get_pref($link, "CDM_AUTO_CATCHUP") . "\"/>";
|
||||
|
||||
print "<param key=\"fresh_article_max_age\" value=\"" .
|
||||
(int) get_pref($link, "FRESH_ARTICLE_MAX_AGE") . "\"/>";
|
||||
|
||||
print "<param key=\"icons_url\" value=\"" . ICONS_URL . "\"/>";
|
||||
|
||||
print "<param key=\"cookie_lifetime\" value=\"" . SESSION_COOKIE_LIFETIME . "\"/>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user