1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:55:55 +00:00

finally rename icons/ (fixes #272)

This commit is contained in:
Andrew Dolgov
2011-11-16 10:46:11 +04:00
parent e0d91d846d
commit 81745ce738
5 changed files with 6 additions and 9 deletions

View File

@@ -26,14 +26,11 @@
// Note that you (or your users) also have to enable image caching
// in feed editor.
define('ICONS_DIR', "icons");
define('ICONS_URL', "icons");
define('ICONS_DIR', "feed-icons");
define('ICONS_URL', "feed-icons");
// Local and URL path to the directory, where feed favicons are stored.
// Unless you really know what you're doing, please keep those relative
// to tt-rss main directory.
// Please note that Apache may reserve /icons/ URL to itself so you might
// need to change this and rename icons/ directory if you install tt-rss
// into website root.
define('TMP_DIRECTORY', '/tmp');
// Directory for temporary files