]> git.mxchange.org Git - friendica.git/blobdiff - mod/toggle_mobile.php
Events: Now with guid.
[friendica.git] / mod / toggle_mobile.php
index dbf0996bba6766c1b2d0dd5677453f7da97bf9f6..00991e44ca04da87fb8b0c8664dedd55d30cf385 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-if(! function_exists('toggle_mobile_init')) {
 function toggle_mobile_init(&$a) {
 
        if(isset($_GET['off']))
@@ -15,4 +14,4 @@ function toggle_mobile_init(&$a) {
 
        goaway($address);
 }
-}
+