mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 14:01:28 +00:00
schema updates, ICONS_DIR/ICONS_URL moved to config.php
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
$feed_url = preg_replace("/\/.*$/", "", $feed_url);
|
||||
|
||||
$icon_url = "http://$feed_url/favicon.ico";
|
||||
$icon_file = get_pref($link, 'ICONS_DIR') . "/$feed.ico";
|
||||
$icon_file = ICONS_DIR . "/$feed.ico";
|
||||
|
||||
if (!file_exists($icon_file)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user