mirror of
https://github.com/nextcloud/server.git
synced 2026-04-14 05:27:46 -04:00
12 lines
283 B
PHP
12 lines
283 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
\OCP\Util::addScript('user_ldap', 'main', 'core');
|
|
?>
|
|
|
|
<div id="content-ldap-settings"></div>
|