From c3bd77211a3d1262a4d80bd36b122323f9036677 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 24 Sep 2019 11:43:26 -0400 Subject: [PATCH] add notice about checking your spam folder --- signup/signup-handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup/signup-handler.php b/signup/signup-handler.php index 270f659..9b4feef 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -109,7 +109,7 @@ $makeuser if (mail('root', 'new tilde.club signup', $msgbody)) { echo ''; file_put_contents("/var/signups", $makeuser.PHP_EOL, FILE_APPEND); } else {