]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_profile.php
BBCode - fixed syntax error
[friendica.git] / mod / update_profile.php
index 984fd7949cffbe1393d004fa6a7d4ab0a37204f9..bc6e511896f5935e137a5f57c32110988eec1a17 100644 (file)
@@ -47,5 +47,5 @@ function update_profile_content(App $a) {
        echo str_replace("\t", "       ", $text);
        echo "</section>";
        echo "</body></html>\r\n";
-       killme();
+       exit();
 }
\ No newline at end of file