diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-07-07 16:10:56 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-07-07 16:10:56 +0200 |
| commit | 2cd81a74dcf24acf85c86639ad60a140037d4451 (patch) | |
| tree | 4bc925ee86b2b2060f774e6270134cde06571db6 /data | |
| parent | 246ac1d5966639f2036795d859cb2b195c762236 (diff) | |
| download | phorkie-2cd81a74dcf24acf85c86639ad60a140037d4451.tar.gz phorkie-2cd81a74dcf24acf85c86639ad60a140037d4451.zip | |
simple cache for rendered files
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index d603622..c062d02 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -15,6 +15,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'public' => '%BASEURL%' . 'repos/git/', 'private' => null, ), + 'cachedir' => __DIR__ . '/cache/', 'gitdir' => $wwwDir . 'repos/git/', 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/', |
