Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.php « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bad690ea95f9dd05a50387a1e03cc59a95e5bb72 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

// 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();