diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2013-01-07 12:41:04 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2013-01-07 12:41:04 +0000 |
commit | 1fa195dcb0b20e17736afa91f64bfec617aebe82 (patch) | |
tree | 20e25f7cc0c80fb650450b29755e61939d8e454c /docs | |
parent | 505007e7a892674eaeb844e1d56379e39b200247 (diff) | |
download | pmwiki.svn-1fa195dcb0b20e17736afa91f64bfec617aebe82.tar.bz2 |
Add commented out $UploadPermAdd = 0; to sample-config.php.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2827 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 89c07d07..51524501 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -69,6 +69,7 @@ include_once("scripts/xlpage-utf-8.php"); ## see PmWiki.UploadsAdmin. # $EnableUpload = 1; # $DefaultPasswords['upload'] = crypt('secret'); +# $UploadPermAdd = 0; ## Setting $EnableDiag turns on the ?action=diag and ?action=phpinfo ## actions, which often helps others to remotely troubleshoot |