Skip to content
Snippets Groups Projects
Commit 890c57ba authored by Michiel de Jong's avatar Michiel de Jong
Browse files

fix requires in apps/remoteStorage/ajax/revoke.php

parent 4de182c7
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,15 @@
// Do not load FS ...
$RUNTIME_NOSETUPFS = true;
require_once('../../../lib/base.php');
require_once('../../../lib/user.php');
require_once('../../../lib/public/user.php');
require_once('../../../lib/app.php');
require_once('../../../lib/public/app.php');
OCP\App::checkAppEnabled('remoteStorage');
require_once('Sabre/autoload.php');
require_once('../lib_remoteStorage.php');
ini_set('default_charset', 'UTF-8');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment