X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fprobe.php;h=c95db291b359a8410597ceb08d508826441e00cd;hb=743378129b82a99ee5b59ca9ad0646ccd813d7df;hp=fcf83e76030cb4e2dcdaac90161ea73370433b90;hpb=0c764684bb32a9432fd161e62db907efb78af1a5;p=friendica.git diff --git a/mod/probe.php b/mod/probe.php index fcf83e7603..c95db291b3 100644 --- a/mod/probe.php +++ b/mod/probe.php @@ -2,14 +2,13 @@ require_once('include/Scrape.php'); -if(! function_exists('probe_content')) { function probe_content(&$a) { $o .= '

Probe Diagnostic

'; $o .= '
'; $o .= 'Lookup address: '; - $o .= '
'; + $o .= ''; $o .= '

'; @@ -23,4 +22,3 @@ function probe_content(&$a) { } return $o; } -}