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