2012-06-13 13:54:32 -04:00
|
|
|
<?php
|
2015-03-26 11:44:34 +01:00
|
|
|
/**
|
2024-06-06 09:55:47 +02: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
|
|
|
*/
|
2018-03-22 13:19:29 +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
|
|
|
|
2017-03-30 16:08:25 +02:00
|
|
|
// TODO: implement redirect to which storage backend requested this
|