From 7252abe3ea5703b3cf75a3745e560499cfde500a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 15:18:41 +0400 Subject: add contributed plugins; load note plugin by default --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php-dist') 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', ''); -- cgit v1.2.3