diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-19 23:58:32 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-19 23:58:32 +0200 |
commit | 1e7b9d570da1bcf442906a4597b20ff54aca8a48 (patch) | |
tree | 0bf8ed73b1d9d667b22c061847a290cba67c43bc | |
parent | 0e5f2e1f1efe520da6f9c9d7db4bc3dec7e589e6 (diff) | |
download | aur-1e7b9d570da1bcf442906a4597b20ff54aca8a48.tar.gz aur-1e7b9d570da1bcf442906a4597b20ff54aca8a48.tar.xz |
Use HTTPs for links in comment notification mails.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/template/pkg_comment_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |