From: Alexandre Emsenhuber Date: Tue, 21 Jul 2009 20:32:41 +0000 (+0000) Subject: remove debugging code *stab* X-Git-Tag: 1.31.0-rc.0~40779 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=e7802f4848736fb2a876cd06513cef86eb868845;p=lhc%2Fweb%2Fwiklou.git remove debugging code *stab* --- 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' );