Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.php « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4047b82ef9b6681c6ef59610dabac60ee4925ae (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

// Check if we are a user
OCP\User::checkLoggedIn();


$tmpl = new OCP\Template('files_trashbin', 'index', '');
OCP\Util::addStyle('files_trashbin', 'trash');
OCP\Util::addScript('files_trashbin', 'app');
OCP\Util::addScript('files_trashbin', 'filelist');
$tmpl->printPage();