]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Remove/replace killme() with *exit()
[friendica.git] / mod / dfrn_request.php
index 9f0583711f703b71415b58e6485d38fc2e2ce799..0c7f4c2a6e820ddaac256dad38d16f9509bf0d59 100644 (file)
@@ -589,8 +589,7 @@ function dfrn_request_content(App $a)
                        }
                }
 
-               killme();
-               return; // NOTREACHED
+               exit();
        } else {
                // Normal web request. Display our user's introduction form.
                if ((Config::get('system', 'block_public')) && (!local_user()) && (!remote_user())) {