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

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