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

install.php « appinfo « calendar « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc5cd892394e68804ad6391eeee8abd5d95987d6 (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::$APPSROOT . '/apps/calendar/appinfo/remote.php'));
}