summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-12 14:50:53 +0100
committerAndrew Dolgov <[email protected]>2006-01-12 14:50:53 +0100
commite2f728be035cca5b1046ec64405666d789f04efd (patch)
treea4b6f542849e065fd282a38419b7ecf958856820 /config.php-dist
parentdbf4a4cf057486f746aa54586cae4c6174a599fe (diff)
new global option: ENABLE_FEED_BROWSER
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 5935dd126..95086be7e 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -64,6 +64,9 @@
define('MAIL_FROM', 'TT-RSS Daemon <[email protected]>');
// Pretty obvious, I suppose.
+
+ define('ENABLE_FEED_BROWSER', true);
+ // Enable or disable local feed browser
// vim:ft=php
?>