Update controller.PHP
This commit is contained in:
parent
f54ad07bca
commit
a35fb3d4e0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
// Route for handling login form submissions
|
// Route for handling login form submissions
|
||||||
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['login'])) {
|
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['login'])) {
|
||||||
$username = $_POST['username'];
|
$username = $_POST['admin'];
|
||||||
$password = $_POST['password'];
|
$password = $_POST['password'];
|
||||||
|
|
||||||
// Check if username and password are valid
|
// Check if username and password are valid
|
||||||
|
|
Loading…
Add table
Reference in a new issue