Преглед изворни кода

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
Carsten Brandt пре 11 година
родитељ
комит
b528289495
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 7
      requirements.php

+ 0 - 7
requirements.php

@@ -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,