Remove closedb()
This commit is contained in:
parent
5559df82a6
commit
381e68edc7
3 changed files with 0 additions and 8 deletions
1
boot.php
1
boot.php
|
@ -206,7 +206,6 @@ if (!function_exists('killme')) {
|
|||
function killme()
|
||||
{
|
||||
session_write_close();
|
||||
closedb();
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -165,9 +165,3 @@ function dbesc_array(&$arr)
|
|||
array_walk($arr, 'dbesc_array_cb');
|
||||
}
|
||||
}
|
||||
|
||||
function closedb()
|
||||
{
|
||||
global $db;
|
||||
// $db->close();
|
||||
}
|
||||
|
|
|
@ -115,6 +115,5 @@ require_once $template;
|
|||
|
||||
session_write_close();
|
||||
|
||||
closedb();
|
||||
|
||||
exit;
|
||||
|
|
Loading…
Reference in a new issue