1
0
forked from Thunix/www

Updated for real addresses

This commit is contained in:
Ubergeek
2019-07-13 17:24:36 +00:00
parent 6a5771c1f5
commit c8ea9511dc
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ $body = $_GET['message'];
$tv = $_GET['tv'];
$destination_addr = "ubergeek@thunix.net";
$destination_addr = "root@thunix.net";
$subject = "Contact Form";
$mailbody = "The following submission via the contact form was recieved:
@@ -31,4 +31,4 @@ shell_exec("echo '$mailbody' | /usr/bin/mail -s '$subject' $destination_addr ");
header("Location: $site_root/?page=success2");
die()
?>
?>