X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=e23aea481ffeaafe66a054440d597a334a655436;hb=0bc583af2cf5aef63e006288ab9fbfa61994e9a9;hp=8e7e76e8a4605ac9bb141bbb251ef6f1ae899273;hpb=c3309c7111a07e96f0ad00c2448ddbd52b0110fd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8e7e76e8a4..e23aea481f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1798,7 +1798,7 @@ $wgCompressRevisions = false; * * CAUTION: Access to database might lead to code execution */ -$wgExternalStores = false; +$wgExternalStores = array(); /** * An array of external MySQL servers. @@ -2134,7 +2134,7 @@ $wgStyleVersion = '303'; /** * This will cache static pages for non-logged-in users to reduce * database traffic on public sites. - * Must set $wgShowIPinHeader = false + * Automatically sets $wgShowIPinHeader = false * ResourceLoader requests to default language and skins are cached * as well as single module requests. */ @@ -6054,7 +6054,7 @@ $wgHooks = array(); */ $wgJobClasses = array( 'refreshLinks' => 'RefreshLinksJob', - 'refreshLinks2' => 'RefreshLinksJob2', + 'refreshLinks2' => 'RefreshLinksJob2', // b/c 'htmlCacheUpdate' => 'HTMLCacheUpdateJob', 'sendMail' => 'EmaillingJob', 'enotifNotify' => 'EnotifNotifyJob', @@ -6539,6 +6539,7 @@ $wgDebugAPI = false; * @todo Describe each of the variables, group them and add examples */ $wgAPIModules = array(); +$wgAPIFormatModules = array(); $wgAPIMetaModules = array(); $wgAPIPropModules = array(); $wgAPIListModules = array();