mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
12 lines
247 B
PHP
12 lines
247 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
\OCP\Util::addScript('dav', 'settings-example-content', 'core');
|
|
|
|
?>
|
|
|
|
<div id="settings-example-content"></div>
|