2012-05-02 16:41:00 +02:00
|
|
|
<?php
|
|
|
|
if(!file_exists(OC::$WEBROOT.'/remote/carddav.php')){
|
2012-05-04 11:15:38 +02:00
|
|
|
file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPSROOT . '/apps/contacts/appinfo/remote.php'));
|
2012-05-02 16:41:00 +02:00
|
|
|
}
|