Merge branch 'dev' of /home/macgirvin/z into dev

This commit is contained in:
nobody 2021-01-20 11:18:51 -08:00
commit 06323a9c6c
3 changed files with 3 additions and 3 deletions

View file

@ -211,7 +211,7 @@ class Cdav extends Controller {
$server->addPlugin(new \Sabre\CardDAV\VCFExportPlugin());
// And off we go!
$server->start();
$server->exec();
killme();

View file

@ -108,7 +108,7 @@ class Cloud extends Controller {
// All we need to do now, is to fire up the server
$server->start();
$server->exec();
if ($browser->build_page) {
construct_page();

View file

@ -126,7 +126,7 @@ class Dav extends Controller {
// $server->addPlugin(new \Zotlabs\Storage\QuotaPlugin($auth));
// All we need to do now, is to fire up the server
$server->start();
$server->exec();
killme();
}