diff options
Diffstat (limited to 'apps/dashboard/templates')
-rw-r--r-- | apps/dashboard/templates/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/dashboard/templates/index.php b/apps/dashboard/templates/index.php index 33fb41d3b78..53222710b98 100644 --- a/apps/dashboard/templates/index.php +++ b/apps/dashboard/templates/index.php @@ -1 +1,8 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +?> <div id="app-content-vue"></div> |