From 4bacd26c982fee4c4aad54c95fd8dc6693527571 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 30 Jan 2019 16:08:24 -0500 Subject: [PATCH] log redirections --- web/index.php | 1 + 1 file changed, 1 insertion(+) 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; }