diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 22:07:07 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 22:07:07 +0200 |
| commit | add0708f631532b284b11d5507c5efefce36b7c1 (patch) | |
| tree | fc4ed5e9a5a2b8cdcacfe5c6520368f8d5c38387 /data | |
| parent | 3937fc938f4e5c1d61348029bc54bbb06d00fd09 (diff) | |
| download | phorkie-add0708f631532b284b11d5507c5efefce36b7c1.tar.gz phorkie-add0708f631532b284b11d5507c5efefce36b7c1.zip | |
setup check
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/data/config.default.php b/data/config.default.php index 09cd58f..4ef5d05 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,12 +1,13 @@ <?php $GLOBALS['phorkie']['cfg'] = array( - 'debug' => false, - 'gitdir' => __DIR__ . '/../repos/git/', - 'workdir' => __DIR__ . '/../repos/work/', - 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', - 'title' => 'phorkie', - 'topbar' => '', + 'debug' => false, + 'gitdir' => __DIR__ . '/../repos/git/', + 'workdir' => __DIR__ . '/../repos/work/', + 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'title' => 'phorkie', + 'topbar' => '', + 'setupcheck' => true, ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true, |
