From f7748ec924c30b4472132dabcf318d3c420a1a15 Mon Sep 17 00:00:00 2001 From: paulr Date: Wed, 9 Nov 2011 04:52:38 +1100 Subject: [PATCH] auth doesnt work quite right because of the way im doing it - that and the fact im an idiot. --- gwvplib/gwvpauth.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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; -- 1.7.0.4