]> git.mxchange.org Git - friendica.git/blobdiff - mod/_well_known.php
Remove/replace killme() with *exit()
[friendica.git] / mod / _well_known.php
index 407fc756a931fef7cfe0a39adc79816def46b1b6..f6a351bb2369802f5b16bc015594b43387b0233a 100644 (file)
@@ -27,7 +27,6 @@ function _well_known_init(App $a)
                }
        }
        System::httpExit(404);
-       killme();
 }
 
 function wk_social_relay()