setup check
[phorkie.git] / data / config.default.php
index 09cd58f95844d23b2363322834f5f4ff8d865a6d..4ef5d05641afd54675930457f5ac95431071eeed 100644 (file)
@@ -1,12 +1,13 @@
 <?php
 $GLOBALS['phorkie']['cfg'] = array(
 <?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',
-    'title'   => 'phorkie',
-    'topbar'  => '',
+    'debug'      => false,
+    'gitdir'     => __DIR__ . '/../repos/git/',
+    'workdir'    => __DIR__ . '/../repos/work/',
+    'tpl'        => __DIR__ . '/templates/',
+    'css'        => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
+    'title'      => 'phorkie',
+    'topbar'     => '',
+    'setupcheck' => true,
 );
 $GLOBALS['phorkie']['tools'] = array(
     '\\phorkie\\Tool_Xmllint' => true,
 );
 $GLOBALS['phorkie']['tools'] = array(
     '\\phorkie\\Tool_Xmllint' => true,