]> git.mxchange.org Git - friendica.git/blobdiff - mod/robots_txt.php
Move mod/home to src/Module/Home
[friendica.git] / mod / robots_txt.php
index 29f520b18cdce9252d235461b66b168afce506d0..0575742dd832e08e518db85bc44945e50e078c9b 100644 (file)
@@ -26,5 +26,5 @@ function robots_txt_init(App $a)
        foreach ($allDisalloweds as $disallowed) {
                echo 'Disallow: ' . $disallowed . PHP_EOL;
        }
-       killme();
+       exit();
 }