nextcloud/apps/contacts/carddav.php

6 lines
218 B
PHP
Raw Normal View History

<?php
2012-07-20 19:09:03 +04:00
if(!file_exists('../../lib/base.php')) {
die('Please update the path to /lib/base.php in carddav.php or make use of /remote.php/carddav/');
}
2012-07-20 19:09:03 +04:00
require_once '../../lib/base.php';
require_once 'appinfo/remote.php';