From: Christian Weiske Date: Wed, 18 Apr 2012 20:10:15 +0000 (+0200) Subject: tell people how to deactivate setup check X-Git-Tag: v0.1.0~1 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/8bee516b61d81d2de07b08ea7674a485fcc7ec52 tell people how to deactivate setup check --- 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; ?>