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:
commit
b83e891456
|
@ -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…
Reference in New Issue