diff options
Diffstat (limited to 'core/templates/installation_incomplete.php')
-rw-r--r-- | core/templates/installation_incomplete.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/templates/installation_incomplete.php b/core/templates/installation_incomplete.php new file mode 100644 index 00000000000..b3a3cae5988 --- /dev/null +++ b/core/templates/installation_incomplete.php @@ -0,0 +1,12 @@ +<?php +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +?> +<div class="guest-box"> + <h2><?php p($l->t('Error')) ?></h2> + <p class="text-left"> + <?php p($l->t('Could not remove CAN_INSTALL from the config folder. Please remove this file manually.')) ?> + </p> +</div> |