Browse Source

add connection close

main
ghost 1 year ago
parent
commit
dcf15fb49f
  1. 2
      public/file.php

2
public/file.php

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

Loading…
Cancel
Save