diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-16 21:05:15 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-16 21:05:15 +0200 |
commit | 9e83c3f823a545ea91b584d3d7c8a81ebf8c2fb4 (patch) | |
tree | a4b91e7de1770e9d71bae60755eadda8e1742626 /apps/calendar/caldav.php | |
parent | b39f01fce6756a5c9a181de4e7387e10ad556428 (diff) | |
download | nextcloud-server-9e83c3f823a545ea91b584d3d7c8a81ebf8c2fb4.tar.gz nextcloud-server-9e83c3f823a545ea91b584d3d7c8a81ebf8c2fb4.zip |
add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav
Diffstat (limited to 'apps/calendar/caldav.php')
-rw-r--r-- | apps/calendar/caldav.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/calendar/caldav.php b/apps/calendar/caldav.php new file mode 100644 index 00000000000..7b811d3cdf1 --- /dev/null +++ b/apps/calendar/caldav.php @@ -0,0 +1,6 @@ +<?php +if(!file_exists('../../lib/base.php')){ + die('Please update the path to /lib/base.php in caldav.php or make use of /remote.php/caldav/'); +} +require_once('../../lib/base.php'); +require_once('appinfo/remote.php');
\ No newline at end of file |