added login

This commit is contained in:
2022-06-07 22:03:52 +02:00
parent 430eaa8586
commit d12782ae5c
10 changed files with 190 additions and 10 deletions

View File

@@ -1,4 +1,13 @@
<?php echo file_get_contents("html/header.html"); ?>
<?php
session_start();
include("../scripts/connection.php");
include("../scripts/functions.php");
$user_data = check_login($con);
echo file_get_contents("html/header.html");
?>
<body>
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
<p>test</p>