Hello. PmWiki version 2.2.46 was published today, and is available at:

http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.46.tgz
http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.46.zip
 svn://www.pmwiki.org/pmwiki/tags/latest

This version adds $UploadPermAdd and $UploadPermSet variables, and the documentation was updated.

If your wiki has uploads enabled, it is recommended to set the variable $UploadPermAdd to 0.

The $UploadPermAdd variable sets additional unix permissions applied to the uploaded files, and should be 0 (recommended as of 2013). If uploaded files cannot be downloaded and displayed on the website, for example with the error 403 Forbidden, set this value to 0444 (core setting, default since 2006).

   $UploadPermAdd = 0; # recommended

The $UploadPermSet variable unconditionally sets the file permissions on uploaded files. Only advanced administrators should use it.

Thanks,
Petko
--
Change log     :  http://www.pmwiki.org/wiki/PmWiki/ChangeLog
Release notes  :  http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes
If you upgrade :  http://www.pmwiki.org/wiki/PmWiki/Upgrades



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to