Remove echo port debug line

This commit is contained in:
Keir Nellyer 2016-08-11 00:20:51 +01:00
parent 735eccca37
commit ebea70d078
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@
$username = $parts[2]; $username = $parts[2];
$password = $parts[3]; $password = $parts[3];
echo $port;
$connection = new mysqli($host, $username, $password, $database, $port); $connection = new mysqli($host, $username, $password, $database, $port);
if ($connection->connect_error) { if ($connection->connect_error) {