--- alx-src/branches/alx-web-070/show.php 2016/02/08 09:57:19 8522 +++ alx-src/branches/alx-web-070/show.php 2016/02/08 09:57:52 8523 @@ -354,7 +354,6 @@ { // first try mcore, then get ssh $ping_retval = ping_host($conn['ip'],$mcore_port,$ping_timeout); - if($ping_retval==1) $ping_retval = ping_host($dat['ip'],$ssh_port,$ping_timeout); if($ping_retval==0) { $state = 'On';