@@ -167,14 +167,6 @@ class setupStepChecks extends setupStep
...
@@ -167,14 +167,6 @@ class setupStepChecks extends setupStep
/* PHP Configuration checks */
/* PHP Configuration checks */
/* Register_globals off */
$N="register_globals = <b>off</b>";
$D=_("register_globals is a PHP mechanism to register all global variables to be accessible from scripts without changing the scope. This may be a security risk.");
$S=_("Search for 'register_globals' in your php.ini and switch it to 'Off'.");