Welcome to mirror list, hosted at ThFree Co, Russian Federation.

installation_incomplete.php « templates « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 867f637d701e110c68ff3f49f5cff8d4034b5303 (plain)
1
2
3
4
5
6
<div class="error">
	<h2><?php p($l->t('Error')) ?></h2>
	<p>
		<?php p($l->t('Could not remove CAN_INSTALL from the config folder. Please remove this file manually.')) ?>
	</p>
</div>