1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-10-22 20:34:29 -04:00

close mysql connection in footer

This commit is contained in:
2017-07-16 14:34:55 -04:00
parent 5e8c9fc105
commit 9bd64a0897

View File

@@ -58,3 +58,7 @@
</body>
</html>
<?php
mysqli_close($conn);
?>