aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/Settings/personal.php
blob: 5b4f9891b939b593ef7a539345f12a4803a6b3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
declare(strict_types=1);
/**
 * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

\OCP\Util::addScript(\OCA\Files_Sharing\AppInfo\Application::APP_ID, 'personal-settings', 'core');

?>
<div id="files-sharing-personal-settings" class="section">
</div>