From 6fc9db808747acf5a91caa65d65819d930f1b987 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 5 Nov 2010 03:18:05 +1100 Subject: [PATCH] ALLOW_ZIP defaults to false instead of true --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 9d1f260d..e5c0b42e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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);