You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_sharing/appinfo/app.php

12 lines
296 B

<?php
require_once('apps/files_sharing/lib_share.php');
OC_UTIL::addScript("files_sharing", "share");
OC_APP::addNavigationSubEntry("files_index", array(
"id" => "files_sharing_list",
"order" => 10,
"href" => OC_HELPER::linkTo( "files_sharing", "list.php" ),
"name" => "Shared"));
?>