[CodeFactor] Apply fixes to commit 6b31a10

[ci skip] [skip ci]
This commit is contained in:
codefactor-io 2020-03-26 20:01:04 +00:00
parent 6b31a10814
commit 908e352467
29 changed files with 1115 additions and 1118 deletions

View file

@ -515,7 +515,7 @@ class MainWP_Child_Server_Information {
if ( ! self::check( '>=', '10000', 'getOutputBufferSize' ) ) {
$i ++;
}
// if (!self::check('=', true, 'getSSLSupport')) $i++;
// if (!self::check('=', true, 'getSSLSupport')) $i++;
if ( ! self::checkDirectoryMainWPDirectory( false ) ) {
$i ++;
@ -879,7 +879,7 @@ class MainWP_Child_Server_Information {
}
public static function mainwpRequiredFunctions() {
//error_reporting(E_ALL);
// error_reporting(E_ALL);
$disabled_functions = ini_get( 'disable_functions' );
if ( '' !== $disabled_functions ) {
$arr = explode( ',', $disabled_functions );