From e7802f4848736fb2a876cd06513cef86eb868845 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 21 Jul 2009 20:32:41 +0000 Subject: [PATCH] remove debugging code *stab* --- includes/HttpFunctions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index feeb0ad036..5201b17ace 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -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' ); -- 2.20.1