Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1167,12 +1167,6 @@ |
1168 | 1168 | $wgSpecialVersionShowHooks = false; |
1169 | 1169 | |
1170 | 1170 | /** |
1171 | | - * By default, only show the MediaWiki, PHP, Database versions. |
1172 | | - * Setting this to true will try and determine versions of all helper programs. |
1173 | | - */ |
1174 | | -$wgSpecialVersionExtended = false; |
1175 | | - |
1176 | | -/** |
1177 | 1171 | * Whether to show "we're sorry, but there has been a database error" pages. |
1178 | 1172 | * Displaying errors aids in debugging, but may display information useful |
1179 | 1173 | * to an attacker. |