Remove closedb()

This commit is contained in:
Hypolite Petovan 2017-05-12 00:04:37 -04:00
commit 381e68edc7
3 changed files with 0 additions and 8 deletions

View file

@ -206,7 +206,6 @@ if (!function_exists('killme')) {
function killme()
{
session_write_close();
closedb();
exit;
}
}