mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 14:54:02 -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();
|