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