summaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo/install.php
blob: c5a9a72f26f5544d3aeb4c2f3d7da26f73250b5a (plain)
1
2
3
4
<?php
if(!file_exists(OC::$WEBROOT.'/remote/caldav.php')){
	file_put_contents(OC::$WEBROOT.'/remote/caldav.php', file_get_contents(OC::$APPROOT . '/apps/calendar/appinfo/remote.php'));
}