Statements grouped with curly braces

This commit is contained in:
Blade of Darkness 2021-03-12 17:46:39 +01:00
parent cfd6ccdbbc
commit d36f10189d
1 changed files with 2 additions and 0 deletions

View File

@ -45,10 +45,12 @@ if ( $tv == "tildeverse" )
$success = 'success4';
if ( $success == "success2" )
{
mail($destination_addr, $subject, $mailbody, $from);
$fp = fopen($user_queue, 'a');
fwrite($fp, "'$username','$email','$pubkey'\n");
fclose($fp);
}
}
header("Location: $site_root/?page=$success");