mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
add connection close
This commit is contained in:
parent
c160549cf5
commit
dcf15fb49f
@ -117,6 +117,8 @@ switch ($type) {
|
|||||||
|
|
||||||
$ftp->get($snapFile, 'php://output');
|
$ftp->get($snapFile, 'php://output');
|
||||||
|
|
||||||
|
$ftp->close();
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user