Update view_server_log.php

This commit is contained in:
jakani24
2024-06-08 19:59:30 +02:00
parent 0baf34c981
commit a3304feb6d

View File

@@ -34,7 +34,6 @@ if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error); die("Connection failed: " . $conn->connect_error);
} }
$stmt->close();
$conn->close(); $conn->close();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>