mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
Update signup-handler.php
This commit is contained in:
committed by
GitHub
parent
5d2829d3ad
commit
ea9fcac4ce
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user