1
0
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:
Andrew Dolgov
2005-11-18 08:04:41 +01:00
parent 8c7bbd2d4e
commit 273a2f6b43
5 changed files with 7 additions and 9 deletions

View File

@@ -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)) {