X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=405933251056f6f93a1e743acde622ff9bfb813f;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=4b6d26cb7f4fb9303cf8ff3cee72be1caad1d70a;hpb=6f9ec690aaa8e8a4ef4a487f2755cf68cee4b052;p=friendica.git diff --git a/mod/update_display.php b/mod/update_display.php index 4b6d26cb7f..4059332510 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -35,5 +35,5 @@ function update_display_content(App $a) echo str_replace("\t", " ", $text); echo ""; echo "\r\n"; - killme(); + exit(); }