From 81745ce738542b6a8fc8523ead13d91c5a246cd5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2011 10:46:11 +0400 Subject: finally rename icons/ (fixes #272) --- config.php-dist | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 7ecbad7fe..4e231a6f0 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 -- cgit v1.2.3