From fb576d7966cd72226e0b64f3bd70987cfa68d259 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 17 Dec 2010 02:26:59 +1100 Subject: [PATCH] Moved "zip.png" file in code to new "static" directory --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 8f265a78..116ad334 100644 --- a/inc/config.php +++ b/inc/config.php @@ -89,7 +89,7 @@ * Extremely beta and not recommended yet. */ define('ALLOW_ZIP', false, true); - define('ZIP_IMAGE', 'src/zip.png', true); + define('ZIP_IMAGE', 'static/zip.png', true); /** Redraw the image using GD functions to strip any excess data (commonly ZIP archives)