mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
5 lines
190 B
PHP
5 lines
190 B
PHP
<?php
|
|
if(!file_exists(OC::$WEBROOT.'/remote/carddav.php')){
|
|
file_put_contents(OC::$WEBROOT.'/remote/carddav.php', file_get_contents(OC::$APPSROOT . '/apps/contacts/appinfo/remote.php'));
|
|
}
|