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

9 lines
255 B

<?php
OC_APP::addSettingsPage( array( "id" => "files_sharing_administration",
"order" => 10,
"href" => OC_HELPER::linkTo( "files_sharing", "admin.php" ),
"name" => "Share",
"icon" => OC_HELPER::imagePath( "files_sharing", "share.png" )));
?>