mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
5b7dcc1427
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
11 lines
250 B
PHP
11 lines
250 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-personal');
|
|
?>
|
|
|
|
<div id="vue-personal-federated"></div>
|