summaryrefslogtreecommitdiff
path: root/extensions/FunnyDot.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-04-15 09:19:03 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-04-15 09:19:03 +0000
commit0bac06c301f2a83edb0236e4c2434da16848d549 (patch)
tree82b14bc9e54289838dbd2d1d68cb3766e5d97411 /extensions/FunnyDot.php
parent806f1940fb465e096bb320675c186cc83cc95c8d (diff)
NewPages-Extension hinzugefĆ¼gt
Diffstat (limited to 'extensions/FunnyDot.php')
-rw-r--r--extensions/FunnyDot.php6
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)
{