mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSurl :: redirect() : fix logging error
This commit is contained in:
parent
aba1d18b95
commit
ac2416a967
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class LSurl {
|
|||
else
|
||||
$_SESSION['last_redirect'] = $url;
|
||||
|
||||
logging('DEBUG',"redirect($go) => Redirect to : <$url>");
|
||||
LSlog :: debug("redirect($go) => Redirect to : <$url>");
|
||||
header("Location: $url");
|
||||
exit();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue