]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix paths in apps/remoteStorage/ajax/revokeToken.php
authorMichiel de Jong <michiel@unhosted.org>
Wed, 16 May 2012 16:08:50 +0000 (18:08 +0200)
committerMichiel de Jong <michiel@unhosted.org>
Wed, 16 May 2012 16:08:50 +0000 (18:08 +0200)
apps/remoteStorage/ajax/revokeToken.php

index 302630267086c8b872960ea628bbcc7c021426bd..699b9e9aeec4e042ea5556cce9620e088003e613 100644 (file)
 
 // 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('../lib_remoteStorage.php');
+require_once('remoteStorage/lib_remoteStorage.php');
 
 ini_set('default_charset', 'UTF-8');
 #ini_set('error_reporting', '');