mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
12 lines
225 B
PHP
12 lines
225 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
*/
|
||
|
|
script('dav', 'settings-example-content');
|
||
|
|
|
||
|
|
?>
|
||
|
|
|
||
|
|
<div id="settings-example-content"></div>
|