use output buffering when including the irods libraries

remotes/origin/stable6
Robin Appelman 2013-07-24 16:10:14 +07:00
parent 651479322b
commit 79832e9382
1 changed files with 2 additions and 0 deletions

@ -11,8 +11,10 @@ namespace OC\Files\Storage;
set_include_path(get_include_path() . PATH_SEPARATOR .
\OC_App::getAppPath('files_external') . '/3rdparty/irodsphp/prods/src');
ob_start();
require_once 'ProdsConfig.inc.php';
require_once 'ProdsStreamer.class.php';
ob_end_clean();
class iRODS extends \OC\Files\Storage\StreamWrapper{
private $password;