From: Mark A. Hershberger Date: Fri, 22 Jan 2010 04:55:51 +0000 (+0000) Subject: follow up r61352 forgot to add the new global. X-Git-Tag: 1.31.0-rc.0~38174 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=f97f53cab940f1fd5ae65d0e4de89f11f624eb4c;p=lhc%2Fweb%2Fwiklou.git follow up r61352 forgot to add the new global. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 450d69bf40..c67bd26749 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3697,6 +3697,14 @@ $wgTrustedMediaFormats= array( */ $wgAllowSpecialInclusion = true; +/** + * 'curl' to use curl or 'php' to use pure php (for which + * allow_url_fopen needs to be enabled). If left as false, + * HttpFunctions will attempt to use curl if it is available. The use + * of curl is strongly encouraged. + */ +$wgHTTPEngine = false; + /** * Timeout for HTTP requests done internally */