Merge pull request #5929 from owncloud/code_check_on

switch code checker on by default. apps are not allowed to access
This commit is contained in:
Frank Karlitschek 2013-12-03 01:14:35 -08:00
commit b83e891456
1 changed files with 1 additions and 2 deletions

View File

@ -460,8 +460,7 @@ class OC_Installer{
);
// is the code checker enabled?
if(OC_Config::getValue('appcodechecker', false)) {
if(OC_Config::getValue('appcodechecker', true)) {
// check if grep is installed
$grep = exec('which grep');
if($grep=='') {