X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprobe.php;h=e120ce17246dbbc37647842494e5c80b4d419ee4;hb=bd13a73b2be3f14fa02f28d7848abffe596f9cc5;hp=7c41df8ac5de26f4a476020b12f5482f85e658f7;hpb=fabc90e9dd5f1c4280a9bfa6c6930a3fc985f87a;p=friendica.git diff --git a/mod/probe.php b/mod/probe.php index 7c41df8ac5..e120ce1724 100644 --- a/mod/probe.php +++ b/mod/probe.php @@ -12,7 +12,7 @@ function probe_content(App $a) if (!local_user()) { System::httpExit(403, ["title" => L10n::t("Public access denied."), "description" => L10n::t("Only logged in users are permitted to perform a probing.")]); - killme(); + exit(); } $o = '
';