From: Chad Horohoe Date: Thu, 9 Dec 2010 20:36:52 +0000 (+0000) Subject: Followup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment X-Git-Tag: 1.31.0-rc.0~33417 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=dd522d4d81503953650a462667ea95d5f2f55294;p=lhc%2Fweb%2Fwiklou.git Followup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a2ee8e52c4..0d9d42cd92 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4132,8 +4132,7 @@ $wgReadOnly = null; $wgReadOnlyFile = false; /** - * If this is set to some string, this opens up config/index.php for upgrades - * when needed. You will need to provide this key to use it + * Set this to a random string to allow web-based upgrades */ $wgUpgradeKey = false; @@ -5233,12 +5232,6 @@ $wgEnableSelenium = false; $wgSeleniumTestConfigs = array(); $wgSeleniumConfigFile = null; -/** - * Set this to a random string to allow web-based upgrades - */ -$wgUpgradeKey = false; - - /** * For really cool vim folding this needs to be at the end: * vim: foldmarker=@{,@} foldmethod=marker