summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/appinfo/install.php')
-rw-r--r--apps/files/appinfo/install.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/appinfo/install.php b/apps/files/appinfo/install.php
new file mode 100644
index 00000000000..d00a1a321eb
--- /dev/null
+++ b/apps/files/appinfo/install.php
@@ -0,0 +1,4 @@
+<?php
+if(!file_exists(OC::$WEBROOT.'/remote/webdav.php')){
+ file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPROOT . '/apps/files/appinfo/webdav.php'));
+} \ No newline at end of file