Closing mysqli db connections at the end of execution is unnecessary since its closed by php automatically there anyways

This commit is contained in:
ohartl 2016-02-18 17:37:46 +01:00
parent db0520368d
commit f6952b44fd
2 changed files with 0 additions and 10 deletions

View file

@ -1,7 +0,0 @@
<?php
/*
* Free resources
*/
$db->close();
?>

View file

@ -130,7 +130,4 @@ include load_page($path);
*/
require_once 'include/php/template/footer.php';
include_once 'include/php/db_close.inc.php';
?>