From 2b54b192ed27ada562e0862045045f25d745bdda Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 20 Jul 2012 07:47:20 +0100 Subject: [PATCH] 'Zipping Files' is now the message Removed 'open' from server message (as we're zipping more than just open files now) --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index af77f9b..a81c9e4 100644 --- a/lib/config.php +++ b/lib/config.php @@ -17,7 +17,7 @@ $ICEcoder = array( "plugins" => array( array("Database Admin","images/database.png","margin-top: 3px","plugins/adminer/adminer-3.3.3-mysql-en.php","_blank",""), array("Batch Image Processor","images/images.png","margin-top: 5px","http://birme.net","_blank",""), - array("Zip It!","images/zip-it.png","margin-top: 3px","plugins/zip-it/?zip=|&exclude=.doc,.gif,.jpg,.jpeg,.pdf,.png,.swf,.xml,.zip","fileControl:Zipping Open Files","10") + array("Zip It!","images/zip-it.png","margin-top: 3px","plugins/zip-it/?zip=|&exclude=.doc,.gif,.jpg,.jpeg,.pdf,.png,.swf,.xml,.zip","fileControl:Zipping Files","10") ), "theme" => "default", "tabWidth" => 4,