Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -4132,8 +4132,7 @@ |
4133 | 4133 | $wgReadOnlyFile = false; |
4134 | 4134 | |
4135 | 4135 | /** |
4136 | | - * If this is set to some string, this opens up config/index.php for upgrades |
4137 | | - * when needed. You will need to provide this key to use it |
| 4136 | + * Set this to a random string to allow web-based upgrades |
4138 | 4137 | */ |
4139 | 4138 | $wgUpgradeKey = false; |
4140 | 4139 | |
— | — | @@ -5234,12 +5233,6 @@ |
5235 | 5234 | $wgSeleniumConfigFile = null; |
5236 | 5235 | |
5237 | 5236 | /** |
5238 | | - * Set this to a random string to allow web-based upgrades |
5239 | | - */ |
5240 | | -$wgUpgradeKey = false; |
5241 | | - |
5242 | | - |
5243 | | -/** |
5244 | 5237 | * For really cool vim folding this needs to be at the end: |
5245 | 5238 | * vim: foldmarker=@{,@} foldmethod=marker |
5246 | 5239 | * @} |