You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

login.php 278B

1234567891011121314
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
  5. * SPDX-License-Identifier: AGPL-3.0-only
  6. *
  7. * @var \OCP\IL10N $l
  8. */
  9. script('core', 'login');
  10. ?>
  11. <div>
  12. <div id="login"></div>
  13. </div>