diff options
author | ahriman <ahriman@falte.red> | 2019-05-04 04:04:34 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-05-04 04:04:34 +0000 |
commit | e7d1e960b40c1f5aef77bd5b5c95319faab7908c (patch) | |
tree | 15f17d15155656eb1d197b46385d7c2e0bf1f70b /submit.php | |
parent | ab145d9522fc705e82c385ac1565c06fa41dc2e3 (diff) | |
download | site-e7d1e960b40c1f5aef77bd5b5c95319faab7908c.tar.gz |
changed success message to reference admins@ mail acct
Diffstat (limited to 'submit.php')
-rwxr-xr-x | submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php index 72c3e8c..7a146aa 100755 --- a/submit.php +++ b/submit.php @@ -135,7 +135,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { fclose($fuzzyfile); ?> -<br /><h3>Thank you for signing up! Please allow up to 24 hours for an account to become active. If you have any questions or issues, please email <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a>.</h3> +<br /><h3>Thank you for signing up! Please allow up to 24 hours for an account to become active. If you have any questions or issues, please email <a href="mailto:admins@tilde.institute">admins@tilde.institute</a>.</h3> <?php |