X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frobots_txt.php;h=0575742dd832e08e518db85bc44945e50e078c9b;hb=708ffaff51d3f5112af6b1fbd25d7ff6391e496e;hp=29f520b18cdce9252d235461b66b168afce506d0;hpb=e36f2bb1fb3439e9993c7568e57140c4f954b772;p=friendica.git diff --git a/mod/robots_txt.php b/mod/robots_txt.php index 29f520b18c..0575742dd8 100644 --- a/mod/robots_txt.php +++ b/mod/robots_txt.php @@ -26,5 +26,5 @@ function robots_txt_init(App $a) foreach ($allDisalloweds as $disallowed) { echo 'Disallow: ' . $disallowed . PHP_EOL; } - killme(); + exit(); }