aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2007-02-15 19:33:59 +0000
committerpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2007-02-15 19:33:59 +0000
commit88aad3ca25bf52d0b1dbc14a7e7cbae7ae626fad (patch)
tree595ef391c34d426fe4304526b66b355b391aa4cf /docs
parentd39729b06f61c1a44b7f4c05f30a2e70df5f1e7e (diff)
downloadpmwiki.svn-88aad3ca25bf52d0b1dbc14a7e7cbae7ae626fad.tar.bz2
Fix $EnableCreole => include_once('scripts/creole.php');
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1888 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 744842e6..7caf67cd 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -48,8 +48,8 @@ $WikiTitle = 'PmWiki';
# $EnableGUIButtons = 1;
## To enable markup syntax from the Creole common wiki markup language
-## (http://www.wikicreole.org/), set $EnableCreoleMarkup to 1.
-# $EnableCreoleMarkup = 1;
+## (http://www.wikicreole.org/), include it here:
+# include_once('scripts/creole.php');
## If you want uploads enabled on your system, set $EnableUpload=1.
## You'll also need to set a default upload password, or else set