summaryrefslogtreecommitdiff
path: root/extensions/LLAuthPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/LLAuthPlugin.php')
-rw-r--r--extensions/LLAuthPlugin.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php
index 1d7097f3..2d903b28 100644
--- a/extensions/LLAuthPlugin.php
+++ b/extensions/LLAuthPlugin.php
@@ -36,6 +36,13 @@
* @package MediaWiki
*/
+$wgExtensionCredits['other'][] = array(
+ 'name' => 'LLAuthPlugin',
+ 'description' => 'Authentifizierung am Laber-Land-Forum',
+ 'author' => 'Pierre Schmitz',
+ 'url' => 'http://www.laber-land.de',
+);
+
require_once('includes/AuthPlugin.php');
class LLAuthPlugin extends AuthPlugin {