/l10n/ar_SA/

fed-share-user-avatars'>44319-fix-fed-share-user-avatars Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/v2/remote.php
blob: 02457bd3ccc7e034cc1f380b0d985329a4a91e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

// no php execution timeout for webdav
set_time_limit(0);

// Turn off output buffering to prevent memory problems
\OC_Util::obEnd();

$request = \OC::$server->getRequest();
$server = new \OCA\DAV\Server($request, $baseuri);
$server->exec();