From: paulr Date: Fri, 4 Nov 2011 09:06:41 +0000 (+1100) Subject: just trying to figure out how to get someone to auth at the gitbackend X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=commitdiff_plain;h=ce8b3d9a74da3bfd5632eeb248b15fbe350ae30f just trying to figure out how to get someone to auth at the gitbackend bit. --- diff --git a/gwvplib/gwvpdebug.php b/gwvplib/gwvpdebug.php index fb8d49c..d9f787d 100644 --- a/gwvplib/gwvpdebug.php +++ b/gwvplib/gwvpdebug.php @@ -9,6 +9,7 @@ function gwvp_DebugEnabled() global $BASE_URL, $LOGIN_TYPE; echo "
";
+	if(isset($_SERVER["PHP_AUTH_USER"])) error_log("authuser: ".$_SERVER["PHP_AUTH_USER"]."\n");
 	echo "USERTYPE: $LOGIN_TYPE\n";
 	echo "BASEURL: $BASE_URL\n";
 	echo "CUSTOM\n";