ALLOW_ZIP defaults to false instead of true

This commit is contained in:
Savetheinternet 2010-11-05 03:18:05 +11:00
parent fd36e447f2
commit 6fc9db8087

View File

@ -66,7 +66,7 @@
* get dumped into the thread as replies.
* Extremely beta and not recommended yet.
*/
define('ALLOW_ZIP', true, true);
define('ALLOW_ZIP', false, true);
define('ZIP_IMAGE', 'src/zip.png', true);