mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Updated for real addresses
This commit is contained in:
@@ -8,7 +8,7 @@ $body = $_GET['message'];
|
|||||||
|
|
||||||
$tv = $_GET['tv'];
|
$tv = $_GET['tv'];
|
||||||
|
|
||||||
$destination_addr = "ubergeek@thunix.net";
|
$destination_addr = "root@thunix.net";
|
||||||
$subject = "Contact Form";
|
$subject = "Contact Form";
|
||||||
$mailbody = "The following submission via the contact form was recieved:
|
$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");
|
header("Location: $site_root/?page=success2");
|
||||||
die()
|
die()
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ $interest = $_GET['interest'];
|
|||||||
$pubkey = $_GET['pubkey'];
|
$pubkey = $_GET['pubkey'];
|
||||||
$tv = $_GET['tv'];
|
$tv = $_GET['tv'];
|
||||||
|
|
||||||
$destination_addr = "ubergeek@thunix.net";
|
$destination_addr = "newuser@thunix.net";
|
||||||
$subject = "New User Registration";
|
$subject = "New User Registration";
|
||||||
$mailbody = "A new user has tried to register.
|
$mailbody = "A new user has tried to register.
|
||||||
Username: $username
|
Username: $username
|
||||||
|
|||||||
Reference in New Issue
Block a user