fix merge

This commit is contained in:
creme 2020-01-16 02:47:41 +01:00
parent c4dedd03a8
commit 45b8e3c226
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
$user_info = "$name - $email - $user_ip";
$message .= "<li>your email is banned!<br />IP: $user_ip</li>\n";
file_put_contents("/var/signups_banned", $user_info.PHP_EOL, FILE_APPEND);
}
}
if ($_REQUEST["message"] == "")