From: Yuri Astrakhan Date: Wed, 11 Oct 2006 03:24:58 +0000 (+0000) Subject: * added $wgEnableAPI X-Git-Tag: 1.31.0-rc.0~55546 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=f683895814d2940582b49eb496ef5fe018cafca8;p=lhc%2Fweb%2Fwiklou.git * added $wgEnableAPI --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index eac2a63e83..66db0b18b2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2276,4 +2276,10 @@ $wgDjvuRenderer = null; */ $wgDjvuPostProcessor = 'ppmtojpeg'; +/** +* Enable direct access to the data API +* through api.php +*/ +$wgEnableAPI = true; + ?>