Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-28 17:53:31 +0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-28 17:53:31 +0400
commit0a1f24142a71e82b59eebcf6c7886a5cbc3fe54e (patch)
treede1d7d01df24f041d36a857d13df9a605c0b9107
parentfd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9 (diff)
Change public file from get.php to public.php
-rw-r--r--apps/files_sharing/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index e31d3299f59..3e34d59abdf 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -12,7 +12,7 @@
<filesystem/>
</types>
<public>
- <files>get.php</files>
- <webdav>get.php</webdav>
+ <files>pulblic.php</files>
+ <webdav>public.php</webdav>
</public>
</info>