explicitly close db connections - do not rely on process exit
This commit is contained in:
parent
308d98f7ac
commit
1a4a6b5ff9
3 changed files with 12 additions and 1 deletions
1
boot.php
1
boot.php
|
@ -989,6 +989,7 @@ function autoname($len) {
|
|||
if(! function_exists('killme')) {
|
||||
function killme() {
|
||||
session_write_close();
|
||||
closedb();
|
||||
exit;
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue