Index: trunk/extensions/TrustedXFF/TrustedXFF.php |
— | — | @@ -20,7 +20,8 @@ |
21 | 21 | 'svn-revision' => '$LastChangedRevision$', |
22 | 22 | 'description' => 'Handling of trusted proxy addresses (XFF)', |
23 | 23 | 'descriptionmsg' => 'trustedxff-desc', |
24 | | - 'author' => 'Tim Starling' |
| 24 | + 'author' => 'Tim Starling', |
| 25 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:TrustedXFF', |
25 | 26 | ); |
26 | 27 | $wgExtensionMessagesFiles['TrustedXFF'] = dirname(__FILE__) . '/TrustedXFF.i18n.php'; |
27 | 28 | $wgHooks['IsTrustedProxy'][] = 'TrustedXFF::onIsTrustedProxy'; |