summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 15:18:41 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 15:18:41 +0400
commit7252abe3ea5703b3cf75a3745e560499cfde500a (patch)
tree0e0da0a042d02cd60a96f223962f099dc097e7b4 /config.php-dist
parenta5c9a5c82b6c80b0403f62138bbae8ec0f245c22 (diff)
add contributed plugins; load note plugin by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 2975d680a..12e472905 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -176,7 +176,7 @@
// if you experience weird errors and tt-rss failing to start, blank pages
// after login, or content encoding errors, disable it.
- define('PLUGINS', '');
+ define('PLUGINS', 'note');
// Plugins to load. Check plugins/ directory for additional information.
define('FEEDBACK_URL', '');