set public handeler in info,xml for sharing

remotes/origin/stable4
Robin Appelman 14 years ago
parent 4e1e978b89
commit 0fb90fa875
  1. 2
      apps/files_sharing/appinfo/app.php
  2. 4
      apps/files_sharing/appinfo/info.xml
  3. 2
      apps/files_sharing/appinfo/version

@ -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');
?>

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

Loading…
Cancel
Save