list.php 239 B

123456789101112
  1. <?php
  2. // Check if we are a user
  3. OCP\User::checkLoggedIn();
  4. $tmpl = new OCP\Template('files_sharing', 'list', '');
  5. OCP\Util::addScript('files_sharing', 'app');
  6. OCP\Util::addScript('files_sharing', 'sharedfilelist');
  7. $tmpl->printPage();