log redirections
This commit is contained in:
parent
97e3a8178a
commit
4bacd26c98
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue