mirror of
https://github.com/nextcloud/server.git
synced 2026-05-16 18:40:06 -04:00
12 lines
248 B
PHP
12 lines
248 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
\OCP\Util::addScript('settings', 'vue-settings-admin-settings-presets');
|
|
|
|
?>
|
|
|
|
<div id="settings-presets">
|
|
</div>
|