diff --git a/web/index.php b/web/index.php index 736ee4af5..4b3f88ce1 100644 --- a/web/index.php +++ b/web/index.php @@ -222,6 +222,7 @@ if ( ZM_OPT_USE_AUTH and !isset($user) ) { CSPHeaders($view, $cspNonce); if ( $redirect ) { + Logger::Debug("Redirecting to $redirect"); header('Location: '.$redirect); return; }