projects
/
gwvp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fc420d5
)
auth doesnt work quite right because of the way im doing it - that and
author
paulr
<me@pjr.cc>
Tue, 8 Nov 2011 17:52:38 +0000 (
04:52
+1100)
committer
paulr
<me@pjr.cc>
Tue, 8 Nov 2011 17:52:38 +0000 (
04:52
+1100)
the fact im an idiot.
gwvplib/gwvpauth.php
patch
|
blob
|
history
diff --git
a/gwvplib/gwvpauth.php
b/gwvplib/gwvpauth.php
index
2602256
..
2807f56
100644
(file)
--- a/
gwvplib/gwvpauth.php
+++ b/
gwvplib/gwvpauth.php
@@
-208,6
+208,8
@@
function gwvp_checkBasicAuthLogin()
$auth = gwvp_authUserPass($user, $pass);
if($auth !== false) {
error_log("auth passes");
+ } else {
+ error_log("auth failes");
}
return $auth;