mirror of
https://github.com/friendica/friendica
synced 2024-11-13 10:22:54 +00:00
Added some logging
This commit is contained in:
parent
32ea610559
commit
51e55bca18
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue