show teams table and terminate db connection
This commit is contained in:
@@ -12,4 +12,7 @@
|
||||
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
|
||||
<p>test</p>
|
||||
</body>
|
||||
<?php echo file_get_contents("html/footer.html"); ?>
|
||||
<?php
|
||||
$con = null;
|
||||
echo file_get_contents("html/footer.html");
|
||||
?>
|
||||
Reference in New Issue
Block a user