set public handeler in info,xml for sharing

This commit is contained in:
Robin Appelman 2012-05-14 00:00:14 +02:00
parent 4e1e978b89
commit 0fb90fa875
3 changed files with 5 additions and 3 deletions

View File

@ -17,5 +17,3 @@ if ($dir != '/Shared' || OCP\Config::getAppValue('files_sharing', 'resharing', '
OCP\Util::addscript("3rdparty", "chosen/chosen.jquery.min");
OCP\Util::addStyle( 'files_sharing', 'sharing' );
OCP\Util::addStyle("3rdparty", "chosen/chosen");
OCP\CONFIG::setAppValue('core', 'public_files', '/apps/files_sharing/get.php');
?>

View File

@ -10,4 +10,8 @@
<types>
<filesystem/>
</types>
<public>
<files>get.php</files>
<webdav>get.php</webdav>
</public>
</info>

View File

@ -1 +1 @@
0.1
0.2