This commit is contained in:
2024-01-20 18:23:08 +01:00
parent 3c0387f26b
commit 8a6892f6ee
4 changed files with 7 additions and 4 deletions

View File

@@ -28,4 +28,5 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Close the statement
$stmt->close();
}
include "pages/login.html";
?>