mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Fix the logging so that we get the raw_post logged for !GET
This commit is contained in:
parent
4cf0d0696b
commit
58eb6fa7c0
@ -80,6 +80,6 @@ switch ( $_SERVER['REQUEST_METHOD'] ) {
|
||||
dbg_error_log( "freebusy", "Unhandled request method >>%s<<", $_SERVER['REQUEST_METHOD'] );
|
||||
dbg_log_array( "freebusy", 'HEADERS', $raw_headers );
|
||||
dbg_log_array( "freebusy", '_SERVER', $_SERVER, true );
|
||||
dbg_error_log( "freebusy", "RAW: %s", str_replace("\n", "",str_replace("\r", "", $raw_post)) );
|
||||
@dbg_error_log( "freebusy", "RAW: %s", str_replace("\n", "",str_replace("\r", "", $request->raw_post)) );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user