summaryrefslogtreecommitdiffstats
path: root/core/templates/installation_incomplete.php
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>