From 0bac06c301f2a83edb0236e4c2434da16848d549 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 15 Apr 2007 09:19:03 +0000 Subject: NewPages-Extension hinzugefĆ¼gt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/FunnyDot.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extensions/FunnyDot.php') 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) { -- cgit v1.2.3-54-g00ecf