diff options
Diffstat (limited to 'apps/files/appinfo/install.php')
-rw-r--r-- | apps/files/appinfo/install.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/appinfo/install.php b/apps/files/appinfo/install.php deleted file mode 100644 index 8c1430900ae..00000000000 --- a/apps/files/appinfo/install.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php -if(!file_exists(OC::$WEBROOT.'/remote/webdav.php')){ - file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php')); -} |