nextcloud/apps/contacts/appinfo/install.php

5 lines
190 B
PHP
Raw Normal View History

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