Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

installation_forbidden.php 316B

123456
  1. <div class="guest-box">
  2. <h2><?php p($l->t('Error')) ?></h2>
  3. <p class="text-left">
  4. <?php p($l->t('It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue.')) ?>
  5. </p>
  6. </div>