Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 36a9bb68 authored by 65160377's avatar 65160377
Browse files

Initial commit

parent 9ea2c219
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,6 @@ if ($result && password_verify($password, $result['Password'])) { ...@@ -17,11 +17,6 @@ if ($result && password_verify($password, $result['Password'])) {
echo "<script>alert('Invalid Details');</script>"; echo "<script>alert('Invalid Details');</script>";
} }
if (!$dbh) {
die("Connection failed: " . mysqli_connect_error());
} else {
echo "Database connected successfully";
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment