2012-05-16 23:05:15 +04:00
|
|
|
<?php
|
2012-07-20 19:09:03 +04:00
|
|
|
if(!file_exists('../../lib/base.php')) {
|
2012-05-16 23:05:15 +04:00
|
|
|
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';
|