fixed mail to be sent to sudoers not jan6 specifically

my bad for forgetting to fix it, lol
This commit is contained in:
jan6 2021-11-16 14:40:01 +02:00
parent f68c6a6261
commit 506604cb0f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ we're available on IRC at <a href="ircs://irc.libera.chat:6697/tilde.cafe">#tild
$nl="\r\n";
$makeuser="makeuser ".$username." ".$email." \"".$sshkey."\"";
$message="username: ".$username.$nl."email: ".$email.$nl."reason: ".$reason.$nl.$nl.$makeuser;
$sent=mail("jan6@tilde.cafe","new tilde.cafe signup",$message,"From: signup");
$sent=mail("sudoers@tilde.cafe","new tilde.cafe signup",$message,"From: signup");
if($sent!=True){
print("error: signup failed to send!");
}else{