X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2cd81a74dcf24acf85c86639ad60a140037d4451..93c0eee41d0a1ac512efe9e7018366358d355622:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index c062d02..4c37849 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,4 +1,9 @@ '%BASEURL%' . 'repos/git/', 'private' => null, ), - 'cachedir' => __DIR__ . '/cache/', + 'cachedir' => $phorkieDir . 'cache/', 'gitdir' => $wwwDir . 'repos/git/', 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/',