diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 22:10:15 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 22:10:15 +0200 |
| commit | 8bee516b61d81d2de07b08ea7674a485fcc7ec52 (patch) | |
| tree | 7b395f6632a1e3129970cd803de8e3a1c18926fc | |
| parent | add0708f631532b284b11d5507c5efefce36b7c1 (diff) | |
| download | phorkie-8bee516b61d81d2de07b08ea7674a485fcc7ec52.tar.gz phorkie-8bee516b61d81d2de07b08ea7674a485fcc7ec52.zip | |
tell people how to deactivate setup check
| -rw-r--r-- | data/config.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 0d60a10..04b42a6 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -3,4 +3,5 @@ //$GLOBALS['phorkie']['cfg']['workdir'] = '/var/cache/git/paste/work/'; //$GLOBALS['phorkie']['cfg']['git']['public'] = 'git://bogo/git/paste/'; //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/'; +//$GLOBALS['phorkie']['cfg']['setupcheck'] = false; ?> |
