removed safe mode check
this is not available in PHP >5.4.0 anyway. > This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. http://php.net/manual/en/features.safe-mode.php
This commit is contained in:
parent
8bcb38960f
commit
b528289495
@ -107,13 +107,6 @@ $requirements = array(
|
|||||||
'memo' => $imagickMemo,
|
'memo' => $imagickMemo,
|
||||||
),
|
),
|
||||||
// PHP ini :
|
// PHP ini :
|
||||||
'phpSafeMode' => array(
|
|
||||||
'name' => 'PHP safe mode',
|
|
||||||
'mandatory' => false,
|
|
||||||
'condition' => $requirementsChecker->checkPhpIniOff("safe_mode"),
|
|
||||||
'by' => 'File uploading and console command execution',
|
|
||||||
'memo' => '"safe_mode" should be disabled at php.ini',
|
|
||||||
),
|
|
||||||
'phpExposePhp' => array(
|
'phpExposePhp' => array(
|
||||||
'name' => 'Expose PHP',
|
'name' => 'Expose PHP',
|
||||||
'mandatory' => false,
|
'mandatory' => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user