From f683895814d2940582b49eb496ef5fe018cafca8 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 11 Oct 2006 03:24:58 +0000 Subject: [PATCH] * added $wgEnableAPI --- includes/DefaultSettings.php | 6 ++++++ 1 file changed, 6 insertions(+) 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; + ?> -- 2.20.1