diff options
author | ahriman <ahriman@falte.red> | 2018-12-01 01:53:58 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-01 01:53:58 -0500 |
commit | f91f1dba9febb38b46f3f10e8b62636aa2320e15 (patch) | |
tree | 4e2bbdfb81366439d51a770a5abe0a45c2536e02 /submit.php | |
parent | fc85f18940ba0ca33ecc2a2c6f0f1f917befc0b8 (diff) | |
download | site-f91f1dba9febb38b46f3f10e8b62636aa2320e15.tar.gz |
synced files with newest version on site, set up repo
Diffstat (limited to 'submit.php')
-rw-r--r-- | submit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/submit.php b/submit.php index 7485c5a..d9e35ea 100644 --- a/submit.php +++ b/submit.php @@ -126,7 +126,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { } */ $newuserfile = fopen("newusers.csv", "a"); - fwrite($newuserfile, "$username $email \"$sshkey\"\n"); + fwrite($newuserfile, "$username $email \"$sshkey\"\n\n"); fclose($newuserfile); $fuzzyfile = fopen("fuzzies.log", "a"); fwrite($fuzzyfile, "$username $email $interest\n"); @@ -142,7 +142,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { } } ?> -<h3>Thank you for signing up! The account should be active within the next five minutes. If it is not, please email <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a>.</h3> +<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:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a>.</h3> </div> </div> </body> |