Remove debug message

This commit is contained in:
Govindas 2022-11-13 10:44:36 +02:00
parent bfef847e87
commit bf59b8b9c6
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ if (strlen($banid) > 16) {
echo "<p style='color:red;'>Failed to connect to database: " . mysqli_connect_error();
echo "</p>";
$error=true;
} else {
echo "<p>SUCCESS</p>";
}
$sanitized_banid = mysqli_real_escape_string($con, $banid);