From 2237c910674b77d1f602c11ed093b8fff138523c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 17 Jun 2012 16:34:37 +0100 Subject: [PATCH] Version number, Zip It! plugin & tabWidth Version number now v 0.7.3 Zip It! is new plugin instead of backupOpenFiles tabWidth now set to 4 chars by default --- lib/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index b5fb503..19aaf36 100644 --- a/lib/config.php +++ b/lib/config.php @@ -1,5 +1,5 @@ Zipping Open Files","10") + array("Zip It!","images/zip-it.png","margin-top: 3px","plugins/zip-it/index.php?zip=|","fileControl:Zipping Open Files","10") ); $theme = "default"; +$tabWidth = 4; $previousFiles = ""; $last10Files = ""; ?> \ No newline at end of file