diff options
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/config.default.php b/data/config.default.php index 7c9969e..cec3799 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,8 +1,9 @@ <?php $GLOBALS['phorkie']['cfg'] = array( - 'repos' => __DIR__ . '/../repos/', - 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'gitdir' => __DIR__ . '/../repos/git/', + 'workdir' => __DIR__ . '/../repos/work/', + 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', ); /** * Array of supported file types / languages. |
