X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frobots_txt.php;h=0575742dd832e08e518db85bc44945e50e078c9b;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=29f520b18cdce9252d235461b66b168afce506d0;hpb=26b335ef3d8b1ec4e1b4e22cd7d3c34e66d2549d;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(); }