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.

singleuser.user.php 503B

12345678910
  1. <ul>
  2. <li class='update'>
  3. <?php p($l->t('This Nextcloud instance is currently in single user mode.')) ?><br><br>
  4. <?php p($l->t('This means only administrators can use the instance.')) ?><br><br>
  5. <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?>
  6. <br><br>
  7. <?php p($l->t('Thank you for your patience.')); ?><br><br>
  8. <a class="button" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>><?php p($l->t('Log out')); ?></a>
  9. </li>
  10. </ul>