mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 05:51:07 -05:00
7 lines
134 B
PHP
7 lines
134 B
PHP
<?php
|
|
// Check if we are a user
|
|
OCP\User::checkLoggedIn();
|
|
|
|
$tmpl = new OCP\Template('files', 'recentlist', '');
|
|
|
|
$tmpl->printPage();
|