diff --git a/setup.php b/setup.php index 98f82ff4..58f8c8bf 100644 --- a/setup.php +++ b/setup.php @@ -81,13 +81,13 @@ print "

\n"; // if ($f_get_magic_quotes_gpc == 1) { - if (get_magic_quotes_gpc () == 1) + if (get_magic_quotes_gpc () == 0) { - print "- Magic Quotes: ON

\n"; + print "- Magic Quotes: Disabled - OK

\n"; } else { - print "

  • Warning: Magic Quotes: OFF (using internal function!)

    \n"; + print "

  • Warning: Magic Quotes: ON (internal workaround used)

    \n"; } } else