add connection close

This commit is contained in:
ghost 2023-07-29 16:00:04 +03:00
parent c160549cf5
commit dcf15fb49f

View File

@ -117,6 +117,8 @@ switch ($type) {
$ftp->get($snapFile, 'php://output');
$ftp->close();
exit;
}
}