0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-18 04:01:41 +00:00
nextcloud_server/apps/files_external/ajax/oauth2.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
392 B
PHP
Raw Permalink Normal View History

<?php
2015-03-26 11:44:34 +01:00
/**
* SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
2015-03-26 11:44:34 +01:00
*/
\OC_JSON::checkAppEnabled('files_external');
\OC_JSON::checkLoggedIn();
\OC_JSON::callCheck();
2014-08-31 10:05:59 +02:00
$l = \OC::$server->getL10N('files_external');
2013-02-12 11:35:16 +01:00
// TODO: implement redirect to which storage backend requested this