Remove echo port debug line
This commit is contained in:
parent
735eccca37
commit
ebea70d078
@ -57,7 +57,6 @@
|
||||
$username = $parts[2];
|
||||
$password = $parts[3];
|
||||
|
||||
echo $port;
|
||||
$connection = new mysqli($host, $username, $password, $database, $port);
|
||||
|
||||
if ($connection->connect_error) {
|
||||
|
Loading…
Reference in New Issue
Block a user