From b6bad87eb8fd2f92e690ce49cae3f55e80e3661f Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:03:29 -0600 Subject: [PATCH] Update signup-handler.php --- 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 2673f0a..5460ab0 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -200,7 +200,7 @@ $makeuser if (mail('root', 'new tilde.club signup', $msgbody)) { echo ''; // temp. add to forbidden to prevent double signups (cleanup after user creation) file_put_contents("/var/signups_current", $name.PHP_EOL, FILE_APPEND);