From 9e83c3f823a545ea91b584d3d7c8a81ebf8c2fb4 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 16 May 2012 21:05:15 +0200 Subject: add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav --- apps/calendar/appinfo/remote.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/calendar/appinfo') diff --git a/apps/calendar/appinfo/remote.php b/apps/calendar/appinfo/remote.php index 0673c36540f..3bd8737ee97 100644 --- a/apps/calendar/appinfo/remote.php +++ b/apps/calendar/appinfo/remote.php @@ -7,6 +7,10 @@ */ OCP\App::checkAppEnabled('calendar'); +if(substr($_SERVER["REQUEST_URI"],0,strlen(OC::$APPSWEBROOT . '/apps/calendar/caldav.php')) == OC::$APPSWEBROOT . '/apps/calendar/caldav.php'){ + $baseuri = OC::$APPSWEBROOT . '/apps/calendar/caldav.php'; +} + // only need authentication apps $RUNTIME_APPTYPES=array('authentication'); OC_App::loadApps($RUNTIME_APPTYPES); -- cgit v1.2.3