Oops, left debug output in
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 6 Mar 2004 02:13:59 +0000 (02:13 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 6 Mar 2004 02:13:59 +0000 (02:13 +0000)
includes/Setup.php

index 03931c6..98e3ba9 100644 (file)
@@ -78,7 +78,6 @@ if ( function_exists( "getallheaders" ) ) {
 if ( get_magic_quotes_gpc() ) {
        foreach ( $_REQUEST as $field => $value ) {
                $_REQUEST[$field] = stripslashes( $value );
-               print "$field: $value -> {$_REQUEST[$field]}<br>\n";
        }
 }