diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2009-10-25 14:49:06 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2009-10-25 14:49:06 +0100 |
commit | 79559064f599ef36f0001b3fc39ac1c8c39ccae0 (patch) | |
tree | 3eec5c91198c3c9665f4a93221de27f52eb13506 | |
parent | 19ab7dde400794161bba4f8d92b9dabb06573f2a (diff) |
use https for archlinux.de URLs
-rw-r--r-- | extensions/FunnyDot.php | 2 | ||||
-rw-r--r-- | extensions/LLAuthPlugin.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/FunnyDot.php b/extensions/FunnyDot.php index 3a4cabc8..57b6418d 100644 --- a/extensions/FunnyDot.php +++ b/extensions/FunnyDot.php @@ -5,7 +5,7 @@ $wgExtensionCredits['other'][] = array( 'version' => '2.0', 'description' => 'Automated CAPTCHA', 'author' => 'Pierre Schmitz', - 'url' => 'http://www.archlinux.de' + 'url' => 'https://www.archlinux.de' ); if ($wgGroupPermissions['*']['edit']) { diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php index 53f98c05..fa3d0703 100644 --- a/extensions/LLAuthPlugin.php +++ b/extensions/LLAuthPlugin.php @@ -7,7 +7,7 @@ $wgExtensionCredits['other'][] = array( 'version' => '3.2', 'description' => 'Authentifizierung am LL-Forum', 'author' => 'Pierre Schmitz', - 'url' => 'http://www.archlinux.de' + 'url' => 'https://www.archlinux.de' ); require_once('includes/AuthPlugin.php'); @@ -60,7 +60,7 @@ public function authenticate( $username, $password ) { public function modifyUITemplate( &$template ) { $template->set( 'usedomain', false ); - $template->set('link', 'Um Dich hier anzumelden, nutze Deine Konto-Daten aus dem <a href="http://forum.archlinux.de/">archlinux.de-Forum</a>.'); + $template->set('link', 'Um Dich hier anzumelden, nutze Deine Konto-Daten aus dem <a href="https://forum.archlinux.de/">archlinux.de-Forum</a>.'); } public function setDomain( $domain ) { |