Skip to content
Snippets Groups Projects
Commit 0fb90fa8 authored by Robin Appelman's avatar Robin Appelman
Browse files

set public handeler in info,xml for sharing

parent 4e1e978b
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,3 @@ if ($dir != '/Shared' || OCP\Config::getAppValue('files_sharing', 'resharing', ' ...@@ -17,5 +17,3 @@ if ($dir != '/Shared' || OCP\Config::getAppValue('files_sharing', 'resharing', '
OCP\Util::addscript("3rdparty", "chosen/chosen.jquery.min"); OCP\Util::addscript("3rdparty", "chosen/chosen.jquery.min");
OCP\Util::addStyle( 'files_sharing', 'sharing' ); OCP\Util::addStyle( 'files_sharing', 'sharing' );
OCP\Util::addStyle("3rdparty", "chosen/chosen"); OCP\Util::addStyle("3rdparty", "chosen/chosen");
OCP\CONFIG::setAppValue('core', 'public_files', '/apps/files_sharing/get.php');
?>
...@@ -10,4 +10,8 @@ ...@@ -10,4 +10,8 @@
<types> <types>
<filesystem/> <filesystem/>
</types> </types>
<public>
<files>get.php</files>
<webdav>get.php</webdav>
</public>
</info> </info>
0.1 0.2
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment