Fix: db connexion not closed
This commit is contained in:
parent
13552bb3a4
commit
bb9dd1be10
@ -445,4 +445,6 @@ else // Open and return file
|
|||||||
readfile($original_file_osencoded);
|
readfile($original_file_osencoded);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (is_object($db)) $db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user