summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-05-11 20:32:37 +0200
committerRobin Appelman <icewind@owncloud.com>2012-05-11 20:33:56 +0200
commit736739bbbda2e9930b7bdcf79f43a28fad4d1d5d (patch)
treeb77bc51d0759baeec9e5b3cc2857548a12715d13 /apps/files/appinfo/info.xml
parentd2bd78c41a58320e0f1f6ff6d602371325390747 (diff)
downloadnextcloud-server-736739bbbda2e9930b7bdcf79f43a28fad4d1d5d.tar.gz
nextcloud-server-736739bbbda2e9930b7bdcf79f43a28fad4d1d5d.zip
load remote and public paths from info.xml during upgrade instead of setting them every time
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r--apps/files/appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
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>