diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-09-30 06:18:09 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-09-30 06:18:09 +0000 |
commit | 21707dcf9f4159d27c9bfd1992c41ed6c12bdc77 (patch) | |
tree | 0d9c6a6ae9195c8d56fc422957e09f6495c65bb4 /docs | |
parent | 36a61f09f5ef593aef4365629a87bb0ad6fec3d1 (diff) | |
download | pmwiki.svn-21707dcf9f4159d27c9bfd1992c41ed6c12bdc77.tar.bz2 |
Update with blocklist options.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1669 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 44434288..9e893f64 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -37,6 +37,12 @@ $WikiTitle = 'PmWiki'; ## and PmWiki.PasswordsAdmin. # $DefaultPasswords['admin'] = crypt('secret'); +## If you're running a publicly available site and allow anyone to +## edit without requiring a password, you probably want to put some +## blocklists in place to avoid wikispam. See PmWiki.Blocklist. +# $EnableBlocklist = 1; # enable manual blocklists +# $EnableBlocklist = 10; # enable automatic blocklists + ## PmWiki comes with graphical user interface buttons for editing; ## to enable these buttons, set $EnableGUIButtons to 1. # $EnableGUIButtons = 1; |