]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_notes.php
Remove/replace killme() with *exit()
[friendica.git] / mod / update_notes.php
index 7db60e78e077a664eb2a6e328553a3b89f43f43e..10f60c1ef17472b2ad42c01cc3578d8931e9aef1 100644 (file)
@@ -48,5 +48,5 @@ function update_notes_content(App $a) {
        echo str_replace("\t", "       ", $text);
        echo "</section>";
        echo "</body></html>\r\n";
-       killme();
+       exit();
 }
\ No newline at end of file