Merge pull request #5929 from owncloud/code_check_on

switch code checker on by default. apps are not allowed to access
remotes/origin/ldap_group_count
Frank Karlitschek 13 years ago
commit b83e891456
  1. 3
      lib/private/installer.php

@ -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=='') {

Loading…
Cancel
Save