I confirm it's not fixed, the indented code look like:

if (ini_get('register_globals'))
  echo('WARNING: register_globals must be turned off in php.ini.');
echo 'something else';

Reply via email to