auth doesnt work quite right because of the way im doing it - that and
authorpaulr <me@pjr.cc>
Tue, 8 Nov 2011 17:52:38 +0000 (04:52 +1100)
committerpaulr <me@pjr.cc>
Tue, 8 Nov 2011 17:52:38 +0000 (04:52 +1100)
the fact im an idiot.

gwvplib/gwvpauth.php

index 2602256..2807f56 100644 (file)
@@ -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;