From 96db9d103e0c550e3ec90f6d316cada8eea74186 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 15 Jan 2003 09:05:40 +0000 Subject: [PATCH] added debug logging --- login.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/login.php b/login.php index 9d732cf..bb3fe54 100644 --- a/login.php +++ b/login.php @@ -99,6 +99,7 @@ if ($loginAction == "loginForm") { // TODO: set "no login parameters received error message? // internal error message- should never happen } + $default->log->debug("login.php: about to redirect to $url"); redirect($url); } ?> -- libgit2 0.21.4