1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/carddav.php

6 lines
218 B
PHP
Raw Normal View History

<?php
2012-07-20 17:09:03 +02: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 17:09:03 +02:00
require_once '../../lib/base.php';
require_once 'appinfo/remote.php';