projects
/
gwvp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7fc39fd
)
just trying to figure out how to get someone to auth at the gitbackend
author
paulr
<me@pjr.cc>
Fri, 4 Nov 2011 09:06:41 +0000 (20:06 +1100)
committer
paulr
<me@pjr.cc>
Fri, 4 Nov 2011 09:06:41 +0000 (20:06 +1100)
bit.
gwvplib/gwvpdebug.php
patch
|
blob
|
history
diff --git
a/gwvplib/gwvpdebug.php
b/gwvplib/gwvpdebug.php
index
fb8d49c
..
d9f787d
100644
(file)
--- a/
gwvplib/gwvpdebug.php
+++ b/
gwvplib/gwvpdebug.php
@@
-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";