1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-07 01:54:16 +01:00

5 lines
190 B
PHP
Raw Normal View History

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