Update signup-handler.php

This commit is contained in:
deepend-tildeclub 2024-01-05 12:02:49 -07:00 committed by GitHub
parent 5d2829d3ad
commit ea9fcac4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ reason: {$_REQUEST["interest"]}
$makeuser
";
if (mail('sudoers', 'new tilde.club signup', $msgbody)) {
if (mail('root', 'new tilde.club signup', $msgbody)) {
echo '<div class="alert alert-success" role="alert">
email sent! we\'ll get back to you soon (usually within a day) with login instructions! <a href="/">back to tilde.club home</a>
</div>';