mirror of
https://github.com/nextcloud/server.git
synced 2026-06-18 21:21:48 -04:00
Merge pull request #5695 from owncloud/fixing-dropbox-master
fixing dropbox require path
This commit is contained in:
commit
ad336c94dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once 'Dropbox/autoload.php';
|
||||
require_once __DIR__ . '/../3rdparty/Dropbox/autoload.php';
|
||||
|
||||
OCP\JSON::checkAppEnabled('files_external');
|
||||
OCP\JSON::checkLoggedIn();
|
||||
|
|
|
|||
Loading…
Reference in a new issue