Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

update.user.php 659B

12345678910111213
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-FileCopyrightText: 2013-2015 ownCloud, Inc.
  5. * SPDX-License-Identifier: AGPL-3.0-only
  6. */
  7. ?>
  8. <div class="guest-box">
  9. <div class="icon-big icon-error"></div>
  10. <h2><?php p($l->t('Maintenance mode', [$theme->getName()])) ?></h2>
  11. <p><?php p($l->t('This %s instance is currently in maintenance mode, which may take a while.', [$theme->getName()])) ?> <?php p($l->t('This page will refresh itself when the instance is available again.')) ?></p>
  12. <p><?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?></p>
  13. </div>