From 0fb90fa87568fc12e1f05d45c53ef9cf88991ba6 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 14 May 2012 00:00:14 +0200 Subject: [PATCH] set public handeler in info,xml for sharing --- apps/files_sharing/appinfo/app.php | 2 -- apps/files_sharing/appinfo/info.xml | 4 ++++ apps/files_sharing/appinfo/version | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5