auth doesnt work quite right because of the way im doing it - that and
[gwvp.git] / 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;