From 5222bf09320ebc1cd5da799970fcc0d2dd32bb3f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 21 Oct 2012 11:05:51 -0500 Subject: Use HTTPS links everywhere for Arch sites The main site, wiki, and BBS are using HTTPS exclusively, so link directly to the correct protocol rather than forcing a redirect. Signed-off-by: Dan McGee Signed-off-by: Lukas Fleischer --- web/html/home.php | 10 +++++----- web/html/passreset.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'web/html') diff --git a/web/html/home.php b/web/html/home.php index 4d5b6994..40ad5fe4 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -22,9 +22,9 @@ $dbh = db_connect(); ', + '', '', - '', + '', '' ); ?> @@ -34,7 +34,7 @@ $dbh = db_connect(); echo __( 'Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!', '', '', - '', + '', '' ); ?> @@ -48,9 +48,9 @@ $dbh = db_connect(); ', + '', '', - '', + '', '' ); ?> diff --git a/web/html/passreset.php b/web/html/passreset.php index 42dfc86d..064e3de6 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -100,7 +100,7 @@ html_header(__("Password Reset")); } else { ?>

', + '', ''); ?>

-- cgit v1.2.3-24-g4f1b