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

installation_forbidden.php « templates « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 743d14b13308351622cbf35afd3da369d2cb2b4b (plain)
1
2
3
4
5
6
<div class="error">
	<h2><?php p($l->t('Error')) ?></h2>
	<p>
		<?php p($l->t('It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue.')) ?>
	</p>
</div>