From 36a9bb689d1b55b5b090dc87185f9f2bd417714a Mon Sep 17 00:00:00 2001
From: 65160377 <65160377@go.buu.ac.th>
Date: Sat, 29 Mar 2025 02:38:17 +0700
Subject: [PATCH] Initial commit

---
 includes/signin.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/includes/signin.php b/includes/signin.php
index b0d94ac..1f529fe 100644
--- a/includes/signin.php
+++ b/includes/signin.php
@@ -17,11 +17,6 @@ if ($result && password_verify($password, $result['Password'])) {
     echo "<script>alert('Invalid Details');</script>";
 }
 
-if (!$dbh) {
-    die("Connection failed: " . mysqli_connect_error());
-} else {
-    echo "Database connected successfully";
-}
 
 }
 
-- 
GitLab