]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_community.php
Merge pull request #7988 from friendica/MrPetovan-notice
[friendica.git] / mod / update_community.php
index 088da0143c5954f849a4bbf62007956d53e59a16..e15520320ea85944353a5c1647f761bcefb2ac14 100644 (file)
@@ -34,5 +34,5 @@ function update_community_content(App $a) {
        echo str_replace("\t", "       ", $text);
        echo "</section>";
        echo "</body></html>\r\n";
-       killme();
+       exit();
 }