From fd36e447f252851e2bb18d73c6fc6a994a329006 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 5 Nov 2010 03:17:05 +1100 Subject: [PATCH] Descriptive comment about ZIP uploads --- inc/config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/config.php b/inc/config.php index 7115c2dc..9d1f260d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -62,6 +62,10 @@ define('MAX_WIDTH', 10000, true); define('MAX_HEIGHT', MAX_WIDTH, true); + /* When you upload a ZIP as a file, all the images inside the archive + * get dumped into the thread as replies. + * Extremely beta and not recommended yet. + */ define('ALLOW_ZIP', true, true); define('ZIP_IMAGE', 'src/zip.png', true);