diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2010-01-17 04:25:10 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2010-01-17 04:25:10 +0000 |
commit | d3e252c2ceefa19885dc4edaeabbd58225ba8d7b (patch) | |
tree | 261e6cb2fc7309ad33f48aba2a31ae27c9ebd5db /docs | |
parent | 0ccd5cb52cdfeae936ca4314fbf841ee0dd0bd33 (diff) | |
download | pmwiki.svn-d3e252c2ceefa19885dc4edaeabbd58225ba8d7b.tar.bz2 |
Document new $EnableRelativePageVars in sample-config.php (PITS:01145)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2452 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index cd6cc248..6530c33c 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -113,11 +113,10 @@ $WikiTitle = 'PmWiki'; # if ($action == 'dc') include_once("scripts/feeds.php"); # Dublin Core # if ($action == 'rdf') include_once("scripts/feeds.php"); # RSS 1.0 -## In the 2.2.0-beta series, {$var} page variables are absolute by -## default, but a future version will make them relative. This setting -## sets them out as relative to begin with. (If you're starting a new -## site, it's probably best to leave this setting alone.) -$EnableRelativePageVars = 1; +## In the 2.2.0-beta series, {$var} page variables were absolute, but now +## relative page variables provide greater flexibility and are recommended. +## (If you're starting a new site, it's best to leave this setting alone.) +# $EnableRelativePageVars = 1; # 1=relative; 0=absolute ## By default, pages in the Category group are manually created. ## Uncomment the following line to have blank category pages |