diff options
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/list.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index cccf667f7c3..8f68157652b 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.php @@ -8,8 +8,6 @@ <h2><?php p($l->t('No external storage configured or you don\'t have the permission to configure them')); ?></h2> </div> -<input type="hidden" name="dir" value="" id="dir"> - <table class="files-filestable list-container <?php p($_['showgridview'] ? 'view-grid' : '') ?>"> <thead> <tr> |