diff options
Diffstat (limited to 'apps/contacts/carddav.php')
-rw-r--r-- | apps/contacts/carddav.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/contacts/carddav.php b/apps/contacts/carddav.php new file mode 100644 index 00000000000..e0579e625d7 --- /dev/null +++ b/apps/contacts/carddav.php @@ -0,0 +1,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');
\ No newline at end of file |