X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprobe.php;h=e120ce17246dbbc37647842494e5c80b4d419ee4;hb=e561fb3a0b341abe3cb68028cca13306cfa010fe;hp=7c41df8ac5de26f4a476020b12f5482f85e658f7;hpb=5d817380341ab338bd85cf91589cc9efa7fdd65c;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 = '
';