Index: trunk/extensions/AntiSpoof/AntiSpoof.php |
— | — | @@ -1,5 +1,13 @@ |
2 | 2 | <?php |
3 | 3 | |
| 4 | +$wgExtensionCredits['other'][] = array( |
| 5 | + 'name' => 'AntiSpoof', |
| 6 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:AntiSpoof', |
| 7 | + 'author' => 'Brion Vibber', |
| 8 | + 'description' => 'Blocks the creation of accounts with mixed-script, |
| 9 | + confusing and similar usernames', |
| 10 | +); |
| 11 | + |
4 | 12 | /** |
5 | 13 | * Set this to false to disable the active checks; |
6 | 14 | * items will be logged but invalid or conflicting |