. * */ require_once('lib_share.php'); OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('files_sharing'); OCP\App::setActiveNavigationEntry("files_sharing_list"); OCP\Util::addscript("files_sharing", "list"); $tmpl = new OCP\Template("files_sharing", "list", "user"); $tmpl->assign("shared_items", OC_Share::getMySharedItems()); $tmpl->printPage(); ?>