Fix bug #41: AGPL link broken
[phorkie.git] / data / config.default.php
index a589924ef10f7dd2210197009833bb9508195e68..009b572353a70e7170918659d4696236307049c3 100644 (file)
@@ -4,7 +4,9 @@ $GLOBALS['phorkie']['cfg'] = array(
     'gitdir'        => __DIR__ . '/../repos/git/',
     'workdir'       => __DIR__ . '/../repos/work/',
     'tpl'           => __DIR__ . '/templates/',
+    'baseurl'       => '/',
     'css'           => '',
+    'iconpng'       => '',
     'title'         => 'phorkie',
     'topbar'        => '',
     'setupcheck'    => true,