summaryrefslogtreecommitdiff
path: root/extensions/LLAuthPlugin.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-06-27 17:06:34 +0200
committerPierre Schmitz <pierre@archlinux.de>2007-06-27 17:06:34 +0200
commita4003750c3a8a4d94ed673cb21696569cd67ce37 (patch)
treeeac4a84c90d5c51f6cad4e53e0ffc5d6d4967334 /extensions/LLAuthPlugin.php
parent8add05d668d630e884f202b30811fe8b853097a6 (diff)
Neue Foren-Adresse (forum.archlinux.de) eingefügt
Diffstat (limited to 'extensions/LLAuthPlugin.php')
-rw-r--r--extensions/LLAuthPlugin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php
index f5bb718f..93edbe4a 100644
--- a/extensions/LLAuthPlugin.php
+++ b/extensions/LLAuthPlugin.php
@@ -4,9 +4,9 @@ $wgHooks['isValidPassword'][] = 'LLAuthPlugin::isValidPassword';
$wgExtensionCredits['other'][] = array(
'name' => 'LLAuthPlugin',
- 'description' => 'Authentifizierung am Laber-Land-Forum',
+ 'description' => 'Authentifizierung am LL-Forum',
'author' => 'Pierre Schmitz',
- 'url' => 'http://www.laber-land.de',
+ 'url' => 'http://www.archlinux.de',
);
require_once('includes/AuthPlugin.php');
@@ -55,7 +55,7 @@ class LLAuthPlugin extends AuthPlugin {
function modifyUITemplate( &$template ) {
$template->set( 'usedomain', false );
- $template->set('link', 'Um Dich hier anzumelden, nutze Deine Konto-Daten aus dem <a href="http://www.laber-land.de/?page=Forums;id=20">archlinux.de-Forum</a>.');
+ $template->set('link', 'Um Dich hier anzumelden, nutze Deine Konto-Daten aus dem <a href="http://forum.archlinux.de/">archlinux.de-Forum</a>.');
}
function setDomain( $domain ) {