From d2a421e3cbaa782748840fc19afad4ac65f044b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 10:02:08 +0400 Subject: more work on user-selectable plugins; properly process system and user plugins --- config.php-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 282837944..52afdea1d 100644 --- a/config.php-dist +++ b/config.php-dist @@ -172,7 +172,8 @@ // after login, or content encoding errors, disable it. define('PLUGINS', 'note'); - // Plugins to load. Check plugins/ directory for additional information. + // 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. define('FEEDBACK_URL', ''); // Displays an URL for users to provide feedback or comments regarding -- cgit v1.2.3