nextcloud/core/templates/installation_incomplete.php

13 lines
344 B
PHP
Raw Normal View History

<?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('Could not remove CAN_INSTALL from the config folder. Please remove this file manually.')) ?>
</p>
</div>