mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-29 09:08:41 +00:00
6 lines
169 B
PHP
6 lines
169 B
PHP
<?php
|
|
|
|
// @todo: is this chunked/streamed output or bulk output
|
|
// if it is streamed it is not working because of ob_* in the actual response rendering
|
|
\fpassthru($fp);
|