Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | 'wgLanguageCode', 'wgEnableEmail', 'wgEnableUserEmail', 'wgDiff3', |
46 | 46 | 'wgEnotifUserTalk', 'wgEnotifWatchlist', 'wgEmailAuthentication', |
47 | 47 | 'wgDBtype', 'wgSecretKey', 'wgRightsUrl', 'wgSitename', 'wgRightsIcon', |
48 | | - 'wgRightsText', 'wgRightsCode', 'wgMainCacheType', 'wgEnableUploads', |
| 48 | + 'wgRightsText', 'wgMainCacheType', 'wgEnableUploads', |
49 | 49 | 'wgMainCacheType', '_MemCachedServers', 'wgDBserver', 'wgDBuser', |
50 | 50 | 'wgDBpassword', 'wgUseInstantCommons', 'wgUpgradeKey', 'wgDefaultSkin', |
51 | 51 | 'wgMetaNamespace', 'wgResourceLoaderMaxQueryLength' |
— | — | @@ -329,7 +329,6 @@ |
330 | 330 | \$wgRightsUrl = \"{$this->values['wgRightsUrl']}\"; |
331 | 331 | \$wgRightsText = \"{$this->values['wgRightsText']}\"; |
332 | 332 | \$wgRightsIcon = \"{$this->values['wgRightsIcon']}\"; |
333 | | -# \$wgRightsCode = \"{$this->values['wgRightsCode']}\"; # Not yet used |
334 | 333 | |
335 | 334 | # Path to the GNU diff3 utility. Used for conflict resolution. |
336 | 335 | \$wgDiff3 = \"{$this->values['wgDiff3']}\"; |