. * */ // Do not load FS ... $RUNTIME_NOSETUPFS = true; require_once('../../../lib/base.php'); OC_Util::checkAppEnabled('remoteStorage'); require_once('Sabre/autoload.php'); require_once('../lib_remoteStorage.php'); ini_set('default_charset', 'UTF-8'); #ini_set('error_reporting', ''); @ob_clean(); echo OC_remoteStorage::deleteToken(file_get_contents("php://input"));