diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2019-12-07 09:41:59 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2019-12-07 09:41:59 +0000 |
commit | 90bf5e7475e51e8083e55ffc0da93c10c613e023 (patch) | |
tree | 25efd27b933f21b0f268cfb5830e9d8c0f34a47e /docs | |
parent | cb82d3dc71cdafa8ae6343e5fafe8801fa06b4f6 (diff) | |
download | pmwiki.svn-90bf5e7475e51e8083e55ffc0da93c10c613e023.tar.bz2 |
Mute a number of PHP notices for undefined variables. Add that "URL" means in browser in sample-config.php (PITS:01448). Fix PmXMail() to work for sidebars, headers and footers. Add RecipeCheck in diag.php.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3594 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 7a0c753a..c5894c68 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -8,7 +8,7 @@ ## $WikiTitle is the name that appears in the browser's title bar. $WikiTitle = 'PmWiki'; -## $ScriptUrl is your preferred URL for accessing wiki pages +## $ScriptUrl is the URL for accessing wiki pages with a browser. ## $PubDirUrl is the URL for the pub directory. # $ScriptUrl = 'http://www.mydomain.com/path/to/pmwiki.php'; # $PubDirUrl = 'http://www.mydomain.com/path/to/pub'; |