aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/installation_incomplete.php
blob: b3a3cae598828f1ca4bae9de29917da532fcc5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>