1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-06 15:06:39 +02:00
nextcloud/apps/files/recentlist.php
2016-07-22 15:20:51 +02:00

8 linhas
134 B
PHP

<?php
// Check if we are a user
OCP\User::checkLoggedIn();
$tmpl = new OCP\Template('files', 'recentlist', '');
$tmpl->printPage();