From: <var...@us...> - 2009-07-16 08:51:17
|
Revision: 7042 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7042&view=rev Author: vargenau Date: 2009-07-16 08:51:13 +0000 (Thu, 16 Jul 2009) Log Message: ----------- Use black list of extensions instead of white list Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2009-07-16 08:42:16 UTC (rev 7041) +++ trunk/g 2009-07-16 08:51:13 UTC (rev 7042) @@ -87,6 +87,9 @@ // Do not use a directory per user but only one (per project) define('UPLOAD_USERDIR', false); + // Use black list of extensions instead of white list + define('DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS', true); + // GForge is UTF-8, so use the same. define('CHARSET', 'UTF-8'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |