mirror of https://github.com/ThunixdotNet/www.git
update includes/signup.php
This commit is contained in:
parent
33ad7a37ae
commit
5fd94f5487
|
@ -15,7 +15,7 @@ $username = strtolower($username);
|
||||||
// strip new line characters from the end
|
// strip new line characters from the end
|
||||||
$pubkey = trim($pubkey);
|
$pubkey = trim($pubkey);
|
||||||
|
|
||||||
$from = 'From: www-data <www-data@thunix.net>';
|
$from = 'From: www-data <www-data@thunix.net>';
|
||||||
$destination_addr = "newuser@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.
|
||||||
|
|
Loading…
Reference in New Issue