aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-07-08 21:44:08 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-07-08 21:44:08 +0200
commit51ea5529a3de85fb17518898892498e1337a88b7 (patch)
treed35bcde652c1196f95d2612825bffc7ce7abcc28 /data/config.default.php
parentf62487185d35c1ebf4135b98b678105474f8eb00 (diff)
downloadphorkie-51ea5529a3de85fb17518898892498e1337a88b7.tar.gz
phorkie-51ea5529a3de85fb17518898892498e1337a88b7.zip
add cachedir setting to dist and default config file
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php2
1 files changed, 1 insertions, 1 deletions
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/',