This commit is contained in:
redmatrix 2016-05-15 13:20:17 -07:00
parent f05b4637b9
commit e8ad16cf2a

View File

@ -1669,6 +1669,7 @@ function goaway($s) {
function shutdown() {
global $db;
if($db)
$db->close();
}