aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2009-07-08 01:57:31 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2009-07-08 01:57:31 +0000
commitc9e687572e796c0ae010b83444d01f0c1d77500c (patch)
tree2ad8c65d14a52e6b563ddfa577725b41a2013fed /docs
parent499793a80828ba1330cef6014430af8de298c1b0 (diff)
downloadpmwiki.svn-c9e687572e796c0ae010b83444d01f0c1d77500c.tar.bz2
Fix sample order for urlapprove.php (PITS/01037)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2357 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 05fea81a..78d6c3c7 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -137,8 +137,8 @@ $EnableRelativePageVars = 1;
## are turned into links, uncomment the line below. See PmWiki.UrlApprovals.
## Also, setting $UnapprovedLinkCountMax limits the number of unapproved
## links that are allowed in a page (useful to control wikispam).
-# include_once("scripts/urlapprove.php");
# $UnapprovedLinkCountMax = 10;
+# include_once("scripts/urlapprove.php");
## The following lines make additional editing buttons appear in the
## edit page for subheadings, lists, tables, etc.