From 1e7b9d570da1bcf442906a4597b20ff54aca8a48 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 19 Apr 2011 23:58:32 +0200 Subject: Use HTTPs for links in comment notification mails. Signed-off-by: Lukas Fleischer --- web/template/pkg_comment_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php index 72ad3fa3..e52c92d2 100644 --- a/web/template/pkg_comment_form.php +++ b/web/template/pkg_comment_form.php @@ -35,7 +35,7 @@ if (isset($_REQUEST['comment'])) { # Simply making these strings translatable won't work, users would be # getting emails in the language that the user who posted the comment was in $body = - 'from http://aur.archlinux.org/packages.php?ID=' + 'from https://aur.archlinux.org/packages.php?ID=' . $_REQUEST['ID'] . "\n" . username_from_sid($_COOKIE['AURSID']) . " wrote:\n\n" . $_POST['comment'] -- cgit v1.2.3-24-g4f1b