possible better fix for #385
This commit is contained in:
parent
9480e9b68b
commit
b66bacff9f
@ -100,9 +100,13 @@ class Cloud extends \Zotlabs\Web\Controller {
|
||||
// require_once('\Zotlabs\Storage/QuotaPlugin.php');
|
||||
// $server->addPlugin(new \Zotlabs\Storage\\QuotaPlugin($auth));
|
||||
|
||||
ob_start();
|
||||
|
||||
// All we need to do now, is to fire up the server
|
||||
$server->exec();
|
||||
|
||||
|
||||
ob_end_flush();
|
||||
|
||||
killme();
|
||||
}
|
||||
|
||||
|
@ -256,7 +256,6 @@ class Browser extends DAV\Browser\Plugin {
|
||||
$func($a);
|
||||
}
|
||||
}
|
||||
ob_start();
|
||||
construct_page($a);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user