nextcloud/apps/contacts/appinfo/update.php

4 lines
188 B
PHP
Raw Normal View History

<?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'));
}