add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav
parent
b39f01fce6
commit
9e83c3f823
@ -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');
|
||||
@ -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');
|
||||
Loading…
Reference in New Issue