diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-27 14:49:21 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-27 14:49:21 +0400 |
| commit | 535d216a7dc7b686374aec65197090ccfb99020d (patch) | |
| tree | 674a87f2c28c35fc7b0635f8c2d7ebd90e426ab4 /config.php-dist | |
| parent | a712429edcd201341483cc3a85364bd6540769be (diff) | |
mention possible need to rename ICONS_DIR
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist index 791d84312..7de32d512 100644 --- a/config.php-dist +++ b/config.php-dist @@ -27,6 +27,9 @@ // 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('SINGLE_USER_MODE', true); // Operate in single user mode, disables all functionality related to |