forked from leftypol/leftypol
ALLOW_ZIP defaults to false instead of true
This commit is contained in:
parent
fd36e447f2
commit
6fc9db8087
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
* get dumped into the thread as replies.
|
* get dumped into the thread as replies.
|
||||||
* Extremely beta and not recommended yet.
|
* Extremely beta and not recommended yet.
|
||||||
*/
|
*/
|
||||||
define('ALLOW_ZIP', true, true);
|
define('ALLOW_ZIP', false, true);
|
||||||
define('ZIP_IMAGE', 'src/zip.png', true);
|
define('ZIP_IMAGE', 'src/zip.png', true);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue