Update login.php
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
// Check if the form is submitted
|
// Check if the form is submitted
|
||||||
if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||||
//include db pw
|
//include db pw
|
||||||
include "../../../config.php"
|
include "../../../config.php";
|
||||||
|
|
||||||
// Retrieve user input
|
// Retrieve user input
|
||||||
$username = htmlspecialchars($_POST["username"]);
|
$username = htmlspecialchars($_POST["username"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user