X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Ftoggle_mobile.php;h=388c40891a80b2d64419e96daf6d775f1bd82361;hb=bd972151478f40f73585519110700222a1931d44;hp=00991e44ca04da87fb8b0c8664dedd55d30cf385;hpb=06c9330c5e0f5822cbd1695a50b01fb391a2984d;p=friendica.git diff --git a/mod/toggle_mobile.php b/mod/toggle_mobile.php index 00991e44ca..388c40891a 100644 --- a/mod/toggle_mobile.php +++ b/mod/toggle_mobile.php @@ -1,17 +1,21 @@ get_baseurl(); + } else { + $address = ''; + } - goaway($address); + System::externalRedirect($address); } -