From 521d86d687d37ffbf896f6dbb1e53c0ee8241a2d Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 10 May 2007 11:07:56 +0000 Subject: [PATCH] use plugins in our examples that actually still exist git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12389 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config_default.php b/config/config_default.php index 04817a0b..549a97af 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -876,10 +876,10 @@ $motd = ""; /** * To install plugins, just add elements to this array that have * the plugin directory name relative to the /plugins/ directory. - * For instance, for the 'sqclock' plugin, you'd put a line like + * For instance, for the 'squirrelspell' plugin, you'd put a line like * the following. - * $plugins[] = 'sqclock'; - * $plugins[] = 'attachment_common'; + * $plugins[] = 'squirrelspell'; + * $plugins[] = 'listcommands'; */ // Add list of enabled plugins here -- 2.25.1