php lint (syntax validation) support
[phorkie.git] / data / config.default.php
index cec379989f11cf1395a11570259e03be1e43467c..b07f042c76ef4a0fce229449ddba0c36202fa5af 100644 (file)
@@ -1,10 +1,15 @@
 <?php
 $GLOBALS['phorkie']['cfg'] = array(
+    'debug'   => false,
     'gitdir'  => __DIR__ . '/../repos/git/',
     'workdir' => __DIR__ . '/../repos/work/',
     'tpl'     => __DIR__ . '/templates/',
     'css'     => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
 );
+$GLOBALS['phorkie']['tools'] = array(
+    '\\phorkie\\Tool_Xmllint',
+    '\\phorkie\\Tool_PHPlint',
+);
 /**
  * Array of supported file types / languages.
  * Key is the file extension