diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2011-09-07 03:13:38 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2011-09-07 03:13:38 +0000 |
commit | 5b23ccc685da216b17f7d678ff33d7b214677e31 (patch) | |
tree | 6988ca39a662a5ca6ed7d85c281a7092c8b392e8 /docs | |
parent | d2c9fb16c18901372fb5fd4a50d0ee8dea628c4e (diff) | |
download | pmwiki.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.php | 3 |
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 |