diff --git a/includes/contact.php b/includes/contact.php index 12dd97d..bcd3710 100644 --- a/includes/contact.php +++ b/includes/contact.php @@ -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() -?> \ No newline at end of file +?> diff --git a/includes/signup.php b/includes/signup.php index e04aaec..a816179 100644 --- a/includes/signup.php +++ b/includes/signup.php @@ -8,7 +8,7 @@ $interest = $_GET['interest']; $pubkey = $_GET['pubkey']; $tv = $_GET['tv']; -$destination_addr = "ubergeek@thunix.net"; +$destination_addr = "newuser@thunix.net"; $subject = "New User Registration"; $mailbody = "A new user has tried to register. Username: $username