From 79559064f599ef36f0001b3fc39ac1c8c39ccae0 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 25 Oct 2009 14:49:06 +0100 Subject: use https for archlinux.de URLs --- extensions/FunnyDot.php | 2 +- extensions/LLAuthPlugin.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions') 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 archlinux.de-Forum.'); + $template->set('link', 'Um Dich hier anzumelden, nutze Deine Konto-Daten aus dem archlinux.de-Forum.'); } public function setDomain( $domain ) { -- cgit v1.2.3-54-g00ecf