remove debugging code *stab*
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 21 Jul 2009 20:32:41 +0000 (20:32 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 21 Jul 2009 20:32:41 +0000 (20:32 +0000)
includes/HttpFunctions.php

index feeb0ad..5201b17 100644 (file)
@@ -405,7 +405,6 @@ class HttpRequest {
        public function doPhpReq(){
                global $wgTitle, $wgHTTPProxy;
 
-               ini_set( 'allow_url_fopen',1  );
                #check for php.ini allow_url_fopen
                if( !ini_get( 'allow_url_fopen' ) ){
                        return Status::newFatal( 'allow_url_fopen needs to be enabled for http copy to work' );