X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftoggle_mobile.php;h=388c40891a80b2d64419e96daf6d775f1bd82361;hb=acaee626f5f23f4c1dc19c31896a0797a251b58f;hp=00991e44ca04da87fb8b0c8664dedd55d30cf385;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;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); } -