server/apps/files_sharing/appinfo/app.php

9 lines
255 B
PHP
Raw Normal View History

2011-06-11 20:14:24 +00:00
<?php
2011-06-24 23:20:08 +00:00
OC_APP::addSettingsPage( array( "id" => "files_sharing_administration",
2011-06-11 20:14:24 +00:00
"order" => 10,
"href" => OC_HELPER::linkTo( "files_sharing", "admin.php" ),
"name" => "Share",
"icon" => OC_HELPER::imagePath( "files_sharing", "share.png" )));
?>