From: Michael Date: Wed, 8 Mar 2017 13:15:24 +0000 (+0000) Subject: Forgotten debug output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=32f1b2de200dd737129e8cd8a31a898712da79ac;p=friendica.git Forgotten debug output --- diff --git a/include/socgraph.php b/include/socgraph.php index cf6a799cbf..7acd7725fb 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -1002,7 +1002,7 @@ function poco_check_server($server_url, $network = "", $force = false) { $last_contact = datetime_convert(); } } -echo "3"; + if (!$failure) { // Test for Hubzilla, Redmatrix or Friendica $serverret = z_fetch_url($server_url."/api/statusnet/config.json");