From 51ea5529a3de85fb17518898892498e1337a88b7 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 8 Jul 2015 21:44:08 +0200 Subject: add cachedir setting to dist and default config file --- data/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index c062d02..253650d 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -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/', -- cgit v1.2.3