diff options
-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 |