diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-15 13:37:22 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-15 13:37:22 +0200 |
| commit | 6c5e3a87419ab5f9a896403bbca2d41c7222e732 (patch) | |
| tree | c4c3ae0adcc7daae96078fdebf2c73ac507ff70b /data | |
| parent | 6977145fa62346b35db60da018e699b7f1967e90 (diff) | |
| download | phorkie-6c5e3a87419ab5f9a896403bbca2d41c7222e732.tar.gz phorkie-6c5e3a87419ab5f9a896403bbca2d41c7222e732.zip | |
use key as class name
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
