fix fclose
This commit is contained in:
parent
a87f5e1592
commit
9d76c9cf6a
|
@ -101,5 +101,5 @@ while( ! feof( $fh ) && $cur < $end && ( connection_status() == 0 ) ) {
|
|||
usleep(100);
|
||||
}
|
||||
|
||||
fclose();
|
||||
fclose( $fh );
|
||||
exit();
|
||||
|
|
Loading…
Reference in New Issue