remove unused code

This commit is contained in:
mykola2312 2022-03-18 15:32:44 +02:00
parent 6f7fbc98f8
commit 7916e8cc37

View file

@ -68,9 +68,6 @@ if (isset($_GET["port"])) {
$externalIp = get_external_ip();
$date = new DateTime("now");
$now = $date->format('Y-m-d H:i:s');
$conn = new PDO("mysql:host=$DB_HOST;dbname=$DB_NAME", $DB_USER, $DB_PASS);
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);