Index: branches/REL1_4/phase3/includes/DefaultSettings.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | * MediaWiki version number |
21 | 21 | * @global string $wgVersion |
22 | 22 | */ |
23 | | -$wgVersion = '1.4rc1'; |
| 23 | +$wgVersion = '1.4.0'; |
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Name of the site. |
— | — | @@ -170,7 +170,7 @@ |
171 | 171 | * This can potentially be abused, as it's hard to track. |
172 | 172 | * @global bool $wgEnableUserEmail |
173 | 173 | */ |
174 | | -$wgEnableUserEmail = true; |
| 174 | +$wgEnableUserEmail = false; |
175 | 175 | |
176 | 176 | /** |
177 | 177 | * SMTP Mode |