highlighting of errorneous lines in from tool output
[phorkie.git] / data / config.default.php
index cec379989f11cf1395a11570259e03be1e43467c..443328d68419981a5e63d1a8f9098f6b68517960 100644 (file)
@@ -1,10 +1,14 @@
 <?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'
+);
 /**
  * Array of supported file types / languages.
  * Key is the file extension