blob: 56b4a9082f4b4b3f96b3af320fd90397afaf427d (
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('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>
|