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.

installation_incomplete.php 344B

123456789101112
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-License-Identifier: AGPL-3.0-or-later
  5. */
  6. ?>
  7. <div class="guest-box">
  8. <h2><?php p($l->t('Error')) ?></h2>
  9. <p class="text-left">
  10. <?php p($l->t('Could not remove CAN_INSTALL from the config folder. Please remove this file manually.')) ?>
  11. </p>
  12. </div>