mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 23:10:58 +02:00
Merge branch 'master' into digest-experimental
This commit is contained in:
commit
9a4dd417c4
@ -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