From a761a1bf50dc7c42f0e73c8e1dd873b8d4757a0e Mon Sep 17 00:00:00 2001 From: Suvodip Date: Fri, 20 Dec 2024 13:06:42 +0530 Subject: [PATCH] s2 --- .hta_404.php | 5 +++++ 1 file changed, 5 insertions(+) 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);