X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftoggle_mobile.php;h=388c40891a80b2d64419e96daf6d775f1bd82361;hb=034d0f650b9b239965e29657502c9e64bb25b96a;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); } -