Update controller.PHP

This commit is contained in:
Dangrainage 2023-07-21 09:31:57 +02:00 committed by GitHub
parent f54ad07bca
commit a35fb3d4e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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