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);