]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewsrc.php
Merge pull request #6969 from MrPetovan/task/router
[friendica.git] / mod / viewsrc.php
index 7ed029aa78100f6cc118c05de0a4450644ce9b3a..f05996d2fbcf22ef9fb59724248548a4c370bcd6 100644 (file)
@@ -28,7 +28,7 @@ function viewsrc_content(App $a)
        if (DBA::isResult($item)) {
                if ($a->isAjax()) {
                        echo str_replace("\n", '<br />', $item['body']);
-                       killme();
+                       exit();
                } else {
                        $o .= str_replace("\n", '<br />', $item['body']);
                }