fix install
This commit is contained in:
parent
10bbbc8cd2
commit
eec7c3833c
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,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'));
|
||||
file_put_contents(OC::$WEBROOT.'/remote/caldav.php', file_get_contents(OC::$APPSROOT . '/apps/calendar/appinfo/remote.php'));
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
if(!file_exists(OC::$WEBROOT.'/remote/carddav.php')){
|
||||
file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPROOT . '/apps/contacts/appinfo/remote.php'));
|
||||
file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPSROOT . '/apps/contacts/appinfo/remote.php'));
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
if(!file_exists(OC::$WEBROOT.'/remote/webdav.php')){
|
||||
file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPROOT . '/apps/files/appinfo/webdav.php'));
|
||||
file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php'));
|
||||
}
|
Loading…
Reference in a new issue