X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftoggle_mobile.php;h=388c40891a80b2d64419e96daf6d775f1bd82361;hb=0dc06d66a0f4bc68529fe693b919d0a72ea57a28;hp=2449de4aa217e3e85d5a0440b09c9fa47a0f630f;hpb=29f7ebe307c22b275466390937b82ccb3820fb1c;p=friendica.git diff --git a/mod/toggle_mobile.php b/mod/toggle_mobile.php index 2449de4aa2..388c40891a 100644 --- a/mod/toggle_mobile.php +++ b/mod/toggle_mobile.php @@ -14,8 +14,8 @@ function toggle_mobile_init(App $a) { if (isset($_GET['address'])) { $address = $_GET['address']; } else { - $address = System::baseUrl(); + $address = ''; } - goaway($address); + System::externalRedirect($address); }