10 lines
276 B
PHP
10 lines
276 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
script('twofactor_nextcloud_notification', 'twofactor_nextcloud_notification-settings');
|
|
?>
|
|
|
|
<div id="twofactor-notification-settings"></div>
|