mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use HTTPs for links in comment notification mails.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
0e5f2e1f1e
commit
1e7b9d570d
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue