have a default app icon
[phorkie.git] / data / config.default.php
index c062d025ac9efcf4502d501762a8386dd4b738d4..253650d6eae3d2c26317205ec2e37f278c1f6821 100644 (file)
@@ -15,7 +15,7 @@ $GLOBALS['phorkie']['cfg'] = array(
         'public'    => '%BASEURL%' . 'repos/git/',
         'private'   => null,
     ),
-    'cachedir'      => __DIR__ . '/cache/',
+    'cachedir'      => $phorkieDir . 'cache/',
     'gitdir'        => $wwwDir . 'repos/git/',
     'workdir'       => $wwwDir . 'repos/work/',
     'tpl'           => __DIR__ . '/templates/',