blob: e0579e625d7d6f4603017fd0c91c6a422c75e4fb (
plain)
1
2
3
4
5
6
|
<?php
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/');
}
require_once('../../lib/base.php');
require_once('appinfo/remote.php');
|