diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2019-12-31 18:22:17 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2019-12-31 18:22:17 +0000 |
commit | a1dcbd52f51004d35005480a75d5ac825f3a7a5c (patch) | |
tree | 63bc26a6bfe75aa4e65f30bfb60096bcb74779d2 /docs | |
parent | 8d61061fdf4505a24c37ae7b9910d31f41093f10 (diff) | |
download | pmwiki.svn-a1dcbd52f51004d35005480a75d5ac825f3a7a5c.tar.bz2 |
Add upload exts webp, opus. Refactor $EnableRCDiffBytes to also appear in diffs. Remove $EnableRelativePageVars from sample-config.php (confusing, PITS:01145)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3596 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index c5894c68..76850313 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -114,11 +114,6 @@ include_once("scripts/xlpage-utf-8.php"); # 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 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 ## automatically created whenever a link to a non-existent |