X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fviewsrc.php;h=f05996d2fbcf22ef9fb59724248548a4c370bcd6;hb=cb72a5fd3bb693d4de002169c7d7daad7f8d7840;hp=7ed029aa78100f6cc118c05de0a4450644ce9b3a;hpb=8821d33f73785884cfce83e7b23d3ef19cc1bc11;p=friendica.git diff --git a/mod/viewsrc.php b/mod/viewsrc.php index 7ed029aa78..f05996d2fb 100644 --- a/mod/viewsrc.php +++ b/mod/viewsrc.php @@ -28,7 +28,7 @@ function viewsrc_content(App $a) if (DBA::isResult($item)) { if ($a->isAjax()) { echo str_replace("\n", '
', $item['body']); - killme(); + exit(); } else { $o .= str_replace("\n", '
', $item['body']); }