summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-09-15 22:47:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-09-15 22:47:00 +0000
commit0b66944e989960e3b85c69826d81d1d5dc96bda7 (patch)
tree27c7f18f65775fb2e0ea29f14892844f8ac49518 /TWiki
parentf9f6f872430553dc36ce10e5c69d5c2a1cdfb4a5 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiPreferences.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn
index 028e0534..31b3a112 100644
--- a/TWiki/TWikiPreferences.mdwn
+++ b/TWiki/TWikiPreferences.mdwn
@@ -64,7 +64,7 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
* [[TWikiPlugins]] configuration: All plugin modules that exist in the `lib/TWiki/Plugins` directory are activated automatically unless disabled by DISABLEDPLUGINS. You can optionally list the installed plugins in INSTALLEDPLUGINS. This is useful to define the sequence of plugin execution, or to specify other webs then the %TWIKIWEB% web for the plugin topics. Specify plugins as a comma separated list of topics.
* Set INSTALLEDPLUGINS = [[TWiki/DefaultPlugin]]
- * Set DISABLEDPLUGINS = [[EmptyPlugin]]
+ * Set DISABLEDPLUGINS = [[EmptyPlugin]], [[SessionPlugin]]
* Currently activated plugins: %ACTIVATEDPLUGINS%
* **_Note:_** In case you have a rough plugin you can disable all plugins with the <code>**$disableAllPlugins**</code> flag in the `TWiki.cfg` file.