circles/files/list.php
Maxence Lange 544eefa4ae droping OCP\Util
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2021-05-21 12:14:47 -01:00

7 lines
109 B
PHP

<?php
OC_Util::checkLoggedIn();
$tmpl = new OCP\Template('circles', 'files/list', '');
$tmpl->printPage();