Closing mysqli db connections at the end of execution is unnecessary since its closed by php automatically there anyways
This commit is contained in:
parent
db0520368d
commit
f6952b44fd
2 changed files with 0 additions and 10 deletions
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
* Free resources
|
||||
*/
|
||||
|
||||
$db->close();
|
||||
?>
|
|
@ -130,7 +130,4 @@ include load_page($path);
|
|||
*/
|
||||
|
||||
require_once 'include/php/template/footer.php';
|
||||
include_once 'include/php/db_close.inc.php';
|
||||
?>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue