2014-04-30 15:42:35 +00:00
|
|
|
<?php
|
2015-02-26 10:37:37 +00:00
|
|
|
|
2014-04-30 15:42:35 +00:00
|
|
|
// Check if we are a user
|
|
|
|
OCP\User::checkLoggedIn();
|
|
|
|
|
|
|
|
$tmpl = new OCP\Template('files_sharing', 'list', '');
|
|
|
|
|
|
|
|
OCP\Util::addScript('files_sharing', 'app');
|
|
|
|
OCP\Util::addScript('files_sharing', 'sharedfilelist');
|
|
|
|
|
|
|
|
$tmpl->printPage();
|