Added some logging

This commit is contained in:
Michael 2019-09-29 10:58:07 +00:00
parent 32ea610559
commit 51e55bca18
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class Magic extends BaseModule
$x = strpbrk($dest, '?&'); $x = strpbrk($dest, '?&');
$args = (($x) ? '&owt=' . $token : '?f=&owt=' . $token); $args = (($x) ? '&owt=' . $token : '?f=&owt=' . $token);
Logger::info('Redirecting', ['path' => $dest . $args]);
System::externalRedirect($dest . $args); System::externalRedirect($dest . $args);
} }
} }