ALLOW_ZIP defaults to false instead of true
This commit is contained in:
parent
fd36e447f2
commit
6fc9db8087
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user