first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if ($handle) {
|
||||
while (!feof($handle)) {
|
||||
print fread($handle, 8192);
|
||||
}
|
||||
fclose($handle);
|
||||
}
|
||||
Reference in New Issue
Block a user