diff options
Diffstat (limited to 'apps/files/appinfo')
-rwxr-xr-x | apps/files/appinfo/app.php | 1 | ||||
-rw-r--r-- | apps/files/appinfo/info.xml | 4 | ||||
-rw-r--r-- | apps/files/appinfo/version | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index e7358242ddb..5c0d3c8db83 100755 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -7,4 +7,3 @@ OCP\App::registerAdmin('files','admin'); OCP\App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href" => OCP\Util::linkTo( "files", "index.php" ), "icon" => OCP\Util::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") )); OC_Search::registerProvider('OC_Search_Provider_File'); -OCP\CONFIG::setAppValue('core', 'remote_webdav', '/apps/files/appinfo/remote.php');
\ No newline at end of file diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 03076dee98c..76a06a0cb4b 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -8,4 +8,8 @@ <require>2</require> <standalone/> <default_enable/> + <remote> + <files>appinfo/remote.php</files> + <webdav>appinfo/remote.php</webdav> + </remote> </info> diff --git a/apps/files/appinfo/version b/apps/files/appinfo/version index 9f8e9b69a33..b123147e2a1 100644 --- a/apps/files/appinfo/version +++ b/apps/files/appinfo/version @@ -1 +1 @@ -1.0
\ No newline at end of file +1.1
\ No newline at end of file |