This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Added some logging
pull/7678/head
Michael
1 year ago
parent
32ea610559
commit
51e55bca18
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Module/Magic.php
+ 1
- 0
src/Module/Magic.php
View File
@ -100,6 +100,7 @@ class Magic extends BaseModule
$x
=
strpbrk
(
$dest
,
'?&'
);
$args
=
((
$x
)
?
'&owt='
.
$token
:
'?f=&owt='
.
$token
);
Logger
::
info
(
'Redirecting'
,
[
'path'
=>
$dest
.
$args
]);
System
::
externalRedirect
(
$dest
.
$args
);
}
}
Write
Preview
Loading…
Cancel
Save