mirror of
https://github.com/nextcloud/server.git
synced 2025-02-05 17:10:17 +00:00
10 lines
244 B
PHP
10 lines
244 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
\OCP\Util::addScript('federatedfilesharing', 'vue-settings-admin');
|
|
?>
|
|
|
|
<div id="vue-admin-federated"></div>
|