Merge branch 'maint'

This commit is contained in:
Lukas Fleischer 2014-10-11 11:27:04 +02:00
commit c986ba0c52

View file

@ -664,7 +664,7 @@ function send_resetkey($email, $subject, $body) {
$headers = "MIME-Version: 1.0\r\n" . $headers = "MIME-Version: 1.0\r\n" .
"Content-type: text/plain; charset=UTF-8\r\n" . "Content-type: text/plain; charset=UTF-8\r\n" .
"Reply-to: noreply@aur.archlinux.org\r\n" . "Reply-to: noreply@aur.archlinux.org\r\n" .
"From: notify@aur.achlinux.org\r\n" . "From: notify@aur.archlinux.org\r\n" .
"X-Mailer: PHP\r\n" . "X-Mailer: PHP\r\n" .
"X-MimeOLE: Produced By AUR"; "X-MimeOLE: Produced By AUR";
@mail($email, $subject, $body, $headers); @mail($email, $subject, $body, $headers);