1 | <?php |
||
2 | if (!file_exists('../../lib/base.php')) { |
||
3 | die('Please update the path to /lib/base.php in carddav.php or make use of /remote.php/carddav/'); |
||
4 | } |
||
5 | |||
6 | require_once '../../lib/base.php'; |
||
7 | require_once 'appinfo/remote.php'; |