]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_display.php
Remove/replace killme() with *exit()
[friendica.git] / mod / update_display.php
index 4b6d26cb7f4fb9303cf8ff3cee72be1caad1d70a..405933251056f6f93a1e743acde622ff9bfb813f 100644 (file)
@@ -35,5 +35,5 @@ function update_display_content(App $a)
        echo str_replace("\t", "       ", $text);
        echo "</section>";
        echo "</body></html>\r\n";
-       killme();
+       exit();
 }