fixing dropbox require path

This commit is contained in:
Thomas Müller 2013-11-05 10:33:21 +01:00
parent d48ba5a5bf
commit b75c724cc4

View file

@ -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();