aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2011-09-07 03:13:38 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2011-09-07 03:13:38 +0000
commit5b23ccc685da216b17f7d678ff33d7b214677e31 (patch)
tree6988ca39a662a5ca6ed7d85c281a7092c8b392e8 /docs
parentd2c9fb16c18901372fb5fd4a50d0ee8dea628c4e (diff)
downloadpmwiki.svn-5b23ccc685da216b17f7d678ff33d7b214677e31.tar.bz2
Fix warning with pagestore->recode()
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2686 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 6530c33c..67f8cd61 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -38,7 +38,8 @@ $WikiTitle = 'PmWiki';
# $DefaultPasswords['admin'] = crypt('secret');
## Unicode (UTF-8) allows the display of all languages and all alphabets.
-# include_once("scripts/xlpage-utf-8.php");
+## Highly recommended for new wikis.
+include_once("scripts/xlpage-utf-8.php");
## If you're running a publicly available site and allow anyone to
## edit without requiring a password, you probably want to put some