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