Followup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 9 Dec 2010 20:36:52 +0000 (20:36 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 9 Dec 2010 20:36:52 +0000 (20:36 +0000)
includes/DefaultSettings.php

index a2ee8e5..0d9d42c 100644 (file)
@@ -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