2014-04-30 19:42:35 +04:00
|
|
|
<?php
|
2015-02-26 13:37:37 +03:00
|
|
|
|
2014-04-30 19:42:35 +04: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();
|