summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-09-16 07:48:31 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-09-16 07:48:31 +0000
commit8a96691009c82866c010844cb25be52d6aa3e110 (patch)
tree8b2273fe52002d7aedab2a3c96ed782e5a92533e /TWiki
parent0b66944e989960e3b85c69826d81d1d5dc96bda7 (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 31b3a112..028e0534 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]], [[SessionPlugin]]
+ * Set DISABLEDPLUGINS = [[EmptyPlugin]]
* 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.