* added $wgEnableAPI
authorYuri Astrakhan <yurik@users.mediawiki.org>
Wed, 11 Oct 2006 03:24:58 +0000 (03:24 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Wed, 11 Oct 2006 03:24:58 +0000 (03:24 +0000)
includes/DefaultSettings.php

index eac2a63..66db0b1 100644 (file)
@@ -2276,4 +2276,10 @@ $wgDjvuRenderer = null;
  */
 $wgDjvuPostProcessor = 'ppmtojpeg';
 
+/**
+* Enable direct access to the data API
+* through api.php
+*/
+$wgEnableAPI = true;
+
 ?>