From 6c5e3a87419ab5f9a896403bbca2d41c7222e732 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 15 Apr 2012 13:37:22 +0200 Subject: use key as class name --- data/config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index c08d401..e8c3d80 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -7,8 +7,8 @@ $GLOBALS['phorkie']['cfg'] = array( 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', ); $GLOBALS['phorkie']['tools'] = array( - '\\phorkie\\Tool_Xmllint', - '\\phorkie\\Tool_PHPlint', + '\\phorkie\\Tool_Xmllint' => true, + '\\phorkie\\Tool_PHPlint' => true, ); /** * Array of supported file types / languages. -- cgit v1.2.3