diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2013-02-10 19:27:35 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2013-02-10 19:27:35 +0000 |
commit | f63c1ba9b946e03ad49b7ecd3ac3b8ea97e8144e (patch) | |
tree | cc38d12d638484366c637f7c2386b89e7ca24ec4 /docs | |
parent | 161db606c94c006d9c02d9dcda8354e22d5bd9fa (diff) | |
download | pmwiki.svn-f63c1ba9b946e03ad49b7ecd3ac3b8ea97e8144e.tar.bz2 |
Enable tooltip titles for links to anchors on the same page.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2833 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 51524501..01bfac88 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -68,8 +68,8 @@ include_once("scripts/xlpage-utf-8.php"); ## passwords on individual groups and pages. For more information ## see PmWiki.UploadsAdmin. # $EnableUpload = 1; -# $DefaultPasswords['upload'] = crypt('secret'); # $UploadPermAdd = 0; +# $DefaultPasswords['upload'] = crypt('secret'); ## Setting $EnableDiag turns on the ?action=diag and ?action=phpinfo ## actions, which often helps others to remotely troubleshoot |