← Back
Editing: 404-index.php
<?php declare(strict_types=1); /** * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ /** @var \OCP\IL10N $l */ ?> <div class="update"> <?php p($l->t('User not found')); ?> </div>
Save File
Cancel