From d0aad8589d965e0a18890ea09e6e21f736e21b39 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 2 Mar 2013 11:27:26 +0000 Subject: [PATCH] Remove tabs indent setting, update Adminer --- lib/config-template.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/config-template.php b/lib/config-template.php index 595b6e1..adfb24f 100644 --- a/lib/config-template.php +++ b/lib/config-template.php @@ -1,7 +1,6 @@ "", -"tabsIndent" => true, "checkUpdates" => true, "openLastFiles" => true, "findFilesExclude" => array("_coder","ICEcoder",".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), @@ -14,7 +13,7 @@ $ICEcoder = array( "allowedIPs" => array("*"), "plugins" => array( array("Terminal","plugins/terminal/icon.gif","margin-top: 3px","plugins/terminal","_blank",""), - array("Adminer","plugins/adminer/icon.png","margin-top: 3px","plugins/adminer/adminer-3.4.0-mysql-en.php","_blank",""), + array("Adminer","plugins/adminer/icon.png","margin-top: 3px","plugins/adminer/adminer-3.6.3-mysql-en.php","_blank",""), array("JS Hint","plugins/jshint/icon.png","margin-top: 3px","http://www.jshint.com","_blank",""), array("Emmet","plugins/emmet/icon.png","margin-top: 3px","http://docs.emmet.io","_blank",""), array("ICErepo","plugins/ice-repo/icon.png","margin-top: 3px","plugins/ice-repo","_blank",""),