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); } ?>