mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Issue 14295: Store the return url as hex string
This commit is contained in:
parent
33e26b966e
commit
c42cff691a
4 changed files with 8 additions and 4 deletions
|
@ -68,7 +68,7 @@ class Remove extends \Friendica\BaseModule
|
|||
|
||||
protected function content(array $request = []): string
|
||||
{
|
||||
$returnUrl = $request['return'] ?? '';
|
||||
$returnUrl = hex2bin($request['return'] ?? '');
|
||||
|
||||
if (!$this->session->getLocalUserId()) {
|
||||
$this->baseUrl->redirect($returnUrl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue