Update Well_known.php
This commit is contained in:
parent
51954c7f3d
commit
d267dd2515
@ -70,7 +70,7 @@ class Well_known extends \Zotlabs\Web\Controller {
|
|||||||
goaway(z_root() . '/cdav');
|
goaway(z_root() . '/cdav');
|
||||||
};
|
};
|
||||||
|
|
||||||
case 'caldav':
|
case 'carddav':
|
||||||
if ($_SERVER['REQUEST_METHOD'] == 'PROPFIND') {
|
if ($_SERVER['REQUEST_METHOD'] == 'PROPFIND') {
|
||||||
http_status('301', 'moved permanently');
|
http_status('301', 'moved permanently');
|
||||||
goaway(z_root() . '/cdav');
|
goaway(z_root() . '/cdav');
|
||||||
|
Reference in New Issue
Block a user