user_group station can now only access their own station

This commit is contained in:
2022-06-18 12:37:23 +02:00
parent 039e798b30
commit 32d8d5583e
9 changed files with 51 additions and 42 deletions

View File

@@ -9,10 +9,18 @@
?>
<body>
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
<p>test</p>
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
<div class="headline">
<h2>Gesamtergebniss</h2>
</div>
<div class="table-div">
<table id="table">
<?php load_total_score($con); ?>
</table>
</div>
</body>
<?php
$con = null;
echo file_get_contents("header_footer/footer.html");
$con = null;
echo file_get_contents("header_footer/footer.html");
?>