nextcloud/apps/files/recentlist.php

8 lines
134 B
PHP
Raw Normal View History

2016-07-22 15:20:51 +02:00
<?php
// Check if we are a user
OCP\User::checkLoggedIn();
$tmpl = new OCP\Template('files', 'recentlist', '');
$tmpl->printPage();