Remove debug message
This commit is contained in:
parent
bfef847e87
commit
bf59b8b9c6
@ -64,8 +64,6 @@ if (strlen($banid) > 16) {
|
|||||||
echo "<p style='color:red;'>Failed to connect to database: " . mysqli_connect_error();
|
echo "<p style='color:red;'>Failed to connect to database: " . mysqli_connect_error();
|
||||||
echo "</p>";
|
echo "</p>";
|
||||||
$error=true;
|
$error=true;
|
||||||
} else {
|
|
||||||
echo "<p>SUCCESS</p>";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$sanitized_banid = mysqli_real_escape_string($con, $banid);
|
$sanitized_banid = mysqli_real_escape_string($con, $banid);
|
||||||
|
Loading…
Reference in New Issue
Block a user