Move the dumping of the server variables to before HTTP Auth in case it

is helpful (it very likely will be) for debugging authentication issues.
This commit is contained in:
Andrew McMillan 2008-01-21 16:12:16 +13:00
parent 36f57b149e
commit 73af273610

View File

@ -10,9 +10,9 @@
*/
require_once("../inc/always.php");
dbg_error_log( "caldav", " User agent: %s", ((isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "Unfortunately Mulberry does not send a 'User-agent' header with its requests :-(")) );
dbg_log_array( "headers", '_SERVER', $_SERVER, true );
require_once("HTTPAuthSession.php");
$session = new HTTPAuthSession();
dbg_log_array( "headers", '_SERVER', $_SERVER, true );
/**
* From reading the "Scheduling Extensions to CalDAV" draft I don't think that we will