nextcloud/apps/files/recentlist.php

8 lines
134 B
PHP
Raw Normal View History

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