From: Robin Appelman Date: Sun, 13 May 2012 22:00:14 +0000 (+0200) Subject: set public handeler in info,xml for sharing X-Git-Tag: v4.0.0RC2~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0fb90fa87568fc12e1f05d45c53ef9cf88991ba6;p=nextcloud-server.git set public handeler in info,xml for sharing --- diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index b3b9776d297..ea3a9da6f7a 100755 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -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'); -?> diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 490ffaca890..58298a205fe 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -10,4 +10,8 @@ + + get.php + get.php + diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version index ceab6e11ece..2f4536184bc 100644 --- a/apps/files_sharing/appinfo/version +++ b/apps/files_sharing/appinfo/version @@ -1 +1 @@ -0.1 \ No newline at end of file +0.2 \ No newline at end of file