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