1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-09-15 04:35:34 -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);
?>