1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

new global option: ENABLE_FEED_BROWSER

This commit is contained in:
Andrew Dolgov
2006-01-12 14:50:53 +01:00
parent dbf4a4cf05
commit e2f728be03
3 changed files with 22 additions and 4 deletions

View File

@@ -64,6 +64,9 @@
define('MAIL_FROM', 'TT-RSS Daemon <noreply@ttrss.your-shiny-host.org>');
// Pretty obvious, I suppose.
define('ENABLE_FEED_BROWSER', true);
// Enable or disable local feed browser
// vim:ft=php
?>