diff --git a/.hta_404.php b/.hta_404.php index 383ad9c..e017377 100644 --- a/.hta_404.php +++ b/.hta_404.php @@ -28,6 +28,11 @@ } } + + + + + try { $conn = new PDO("mysql:host=$mariaServer;dbname=$mariaDb", $mariaUser, $mariaPass); $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);