Files
PunkteSystem-KSP/app/public/index.php
2022-06-07 22:03:52 +02:00

15 lines
348 B
PHP

<?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>
</body>
<?php echo file_get_contents("html/footer.html"); ?>