server/apps/calendar/appinfo/install.php

5 lines
188 B
PHP
Raw Normal View History

<?php
if(!file_exists(OC::$WEBROOT.'/remote/caldav.php')){
2012-05-02 17:02:41 +00:00
file_put_contents(OC::$WEBROOT.'/remote/caldav.php', file_get_contents(OC::$APPSROOT . '/apps/calendar/appinfo/remote.php'));
}