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');
|
// require_once('\Zotlabs\Storage/QuotaPlugin.php');
|
||||||
// $server->addPlugin(new \Zotlabs\Storage\\QuotaPlugin($auth));
|
// $server->addPlugin(new \Zotlabs\Storage\\QuotaPlugin($auth));
|
||||||
|
|
||||||
|
ob_start();
|
||||||
|
|
||||||
// All we need to do now, is to fire up the server
|
// All we need to do now, is to fire up the server
|
||||||
$server->exec();
|
$server->exec();
|
||||||
|
|
||||||
|
ob_end_flush();
|
||||||
|
|
||||||
killme();
|
killme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -256,7 +256,6 @@ class Browser extends DAV\Browser\Plugin {
|
|||||||
$func($a);
|
$func($a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ob_start();
|
|
||||||
construct_page($a);
|
construct_page($a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user