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
|
|
@ -326,4 +326,5 @@ else
|
|||
require_once(str_replace($lang . '/', '', $template));
|
||||
|
||||
session_write_close();
|
||||
closedb();
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue