summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 16:08:02 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 16:08:02 +0100
commit56a2fd3522930fb84100e780b0b38a951f351775 (patch)
tree7fffdd017a86f92aa2920bb0ffedf1fe5b09871c
parentbbc92e50138a85e5584c73af29c664ff8c1217bf (diff)
update config.php-dist
-rw-r--r--config.php-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index f24906c65..0686b9312 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -16,6 +16,7 @@
define('ICONS_DIR', "icons");
define('ICONS_URL', "icons");
+ // Local and URL path to the directory, where feed favicons are stored.
define('USE_HTTP_AUTH', false);
// Use HTTP Basic authentication instead of login form. Has some problems.
@@ -42,5 +43,6 @@
// If enabled, stores feed counter information on the server side and sends
// only diffs to the client. In the nutshell, it saves your bandwidth and
// makes UI more responsive, but eats server memory.
+ // If you experience weird feedlist refresh bugs, disable this option.
?>