nextcloud/apps/files/templates/index.php
John Molakvoæ 410f58e43e
chore(files): add Headers, remove legacy methods and cleanup
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-17 18:56:37 +02:00

9 lines
367 B
PHP

<!-- File navigation -->
<div id="app-navigation-files" role="navigation"></div>
<!-- File list vue container -->
<div id="app-content-vue" class="hidden"></div>
<!-- config hints for javascript -->
<input type="hidden" name="filesApp" id="filesApp" value="1" />
<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>" />