just trying to figure out how to get someone to auth at the gitbackend
[gwvp.git] / gwvplib / gwvpdebug.php
index fb8d49c..d9f787d 100644 (file)
@@ -9,6 +9,7 @@ function gwvp_DebugEnabled()
        global $BASE_URL, $LOGIN_TYPE;
        
        echo "<pre>";
+       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";