]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_contact.php
Remove/replace killme() with *exit()
[friendica.git] / mod / update_contact.php
index 361234fea77820ed8d6192e412e88f0d7c0d076f..bf15afa86392a7fe1f1331f174b545f11f9ea5db 100644 (file)
@@ -34,5 +34,5 @@ function update_contact_content(App $a)
        echo str_replace("\t", "       ", $text);
        echo "</section>";
        echo "</body></html>\r\n";
-       killme();
+       exit();
 }