summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-25 18:57:02 +0400
committerAndrew Dolgov <[email protected]>2012-12-25 18:57:02 +0400
commit20b86c799aa432f98aa3de7e4b1384a2c7ec21e1 (patch)
treeebf139b39cb48a1d38834105b55d0d0d43ab1923 /config.php-dist
parentde4335e8911da26e98357453695064440f34b89c (diff)
clarify PLUGINS description, improve plugin CLI list
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 52afdea1d..e6c917c31 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -172,9 +172,11 @@
// after login, or content encoding errors, disable it.
define('PLUGINS', 'note');
- // Comma-separated list of plugins to load for all users. System plugins have to be specified
- // here, user plugins may be loaded per-user using Preferences/Plugins.
-
+ // Comma-separated list of plugins to load automatically for all users.
+ // System plugins have to be specified here.
+ // Users may enable other user plugins from Preferences/Plugins but may not
+ // disable plugins specified in this list.
+
define('FEEDBACK_URL', '');
// Displays an URL for users to provide feedback or comments regarding
// this instance of tt-rss. Can lead to a forum, contact email, etc.