diff --git a/signup/signup-handler.php b/signup/signup-handler.php index 5418284..2673f0a 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -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 '';