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

recentlist.php « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1976be4894ad5906d426df076b258e6dd0afcb85 (plain)
1
2
3
4
5
6
7
<?php
// Check if we are a user
OCP\User::checkLoggedIn();

$tmpl = new OCP\Template('files', 'recentlist', '');

$tmpl->printPage();