diff options
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -989,6 +989,7 @@ function autoname($len) { if(! function_exists('killme')) { function killme() { session_write_close(); + closedb(); exit; }} |