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