mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
Don't limit our visible functionality at /
This commit is contained in:
parent
357fcc5cee
commit
21ad58449e
@ -23,7 +23,6 @@ dbg_log_array( "headers", '_SERVER', $_SERVER, true );
|
|||||||
* in all (or even much of) it's glory really.
|
* in all (or even much of) it's glory really.
|
||||||
*/
|
*/
|
||||||
$dav = "1, 2, access-control, calendar-access";
|
$dav = "1, 2, access-control, calendar-access";
|
||||||
if ( $_SERVER['PATH_INFO'] == '/' || $_SERVER['PATH_INFO'] == '' ) $dav = "1, access-control";
|
|
||||||
header( "DAV: $dav");
|
header( "DAV: $dav");
|
||||||
// header( "DAV: 1, 2, access-control, calendar-access, calendar-schedule");
|
// header( "DAV: 1, 2, access-control, calendar-access, calendar-schedule");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user