add contributed plugins; load note plugin by default
This commit is contained in:
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user