Update login.php

This commit is contained in:
jakani24
2024-01-14 15:28:18 +01:00
parent 51818ca5fc
commit 88b404d496

View File

@@ -36,7 +36,7 @@
// Check if the form is submitted
if ($_SERVER["REQUEST_METHOD"] == "POST") {
//include db pw
include "../../../config.php"
include "../../../config.php";
// Retrieve user input
$username = htmlspecialchars($_POST["username"]);