[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
lib
/
swordappv2
/
[
Home
]
File: stream.php
<?php // A class used to stream large multipart files class StreamingClass { var $data; function stream_function($handle, $fd, $length) { return fread($this->data, $length); } } ?>