diff options
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote.php b/remote.php index 1d83e5a7f83..8879a300296 100644 --- a/remote.php +++ b/remote.php @@ -28,6 +28,8 @@ * */ +require_once __DIR__ . '/lib/versioncheck.php'; + use OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin; use Sabre\DAV\Exception\ServiceUnavailable; use Sabre\DAV\Server; |