fixing dropbox require path
This commit is contained in:
parent
d48ba5a5bf
commit
b75c724cc4
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