diff options
Diffstat (limited to 'core/templates/installation_forbidden.php')
-rw-r--r-- | core/templates/installation_forbidden.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/templates/installation_forbidden.php b/core/templates/installation_forbidden.php index 4cb4d9c057c..56b4a9082f4 100644 --- a/core/templates/installation_forbidden.php +++ b/core/templates/installation_forbidden.php @@ -1,3 +1,9 @@ +<?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"> |