Updates for change to .me

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-28 18:38:49 +01:00
parent d67d85781b
commit 5baf8772cc
10 changed files with 23 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
$headers = "From: " . $from . "\r\n";
if(filter_var($from, FILTER_VALIDATE_EMAIL) && $message != ""){
$result = mail("contact@zoff.no", "ZOFF: Contact from form", $message, $headers);
$result = mail("contact@zoff.me", "ZOFF: Contact from form", $message, $headers);
if($result == FALSE){
echo "failure";