From: paulr Date: Tue, 8 Nov 2011 17:52:38 +0000 (+1100) Subject: auth doesnt work quite right because of the way im doing it - that and X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=commitdiff_plain;h=f7748ec924c30b4472132dabcf318d3c420a1a15 auth doesnt work quite right because of the way im doing it - that and the fact im an idiot. --- diff --git a/gwvplib/gwvpauth.php b/gwvplib/gwvpauth.php index 2602256..2807f56 100644 --- 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;