user_group station can now only access their own station
This commit is contained in:
@@ -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");
|
||||
?>
|
||||
Reference in New Issue
Block a user