diff options
Diffstat (limited to 'extensions/FunnyDot.php')
-rw-r--r-- | extensions/FunnyDot.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/FunnyDot.php b/extensions/FunnyDot.php index 93a66f08..418575e2 100644 --- a/extensions/FunnyDot.php +++ b/extensions/FunnyDot.php @@ -5,6 +5,12 @@ if ( defined( 'MEDIAWIKI' ) ) { global $wgHooks; $wgHooks['ArticleSave'][] = 'checkAntiSpamHash'; +$wgExtensionCredits['other'][] = array( + 'name' => 'FunnyDot', + 'description' => 'Schutz vor Spam-Bots', + 'author' => 'Pierre Schmitz', + 'url' => 'http://www.laber-land.de', +); function hexVal($in) { |