Magellan Linux

Diff of /alx-src/branches/alx-web-070/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8522 by niro, Mon Feb 8 09:57:19 2016 UTC revision 8523 by niro, Mon Feb 8 09:57:52 2016 UTC
# Line 354  echo '</td><td valign=top>'; Line 354  echo '</td><td valign=top>';
354   {   {
355   // first try mcore, then get ssh   // first try mcore, then get ssh
356   $ping_retval = ping_host($conn['ip'],$mcore_port,$ping_timeout);   $ping_retval = ping_host($conn['ip'],$mcore_port,$ping_timeout);
  if($ping_retval==1) $ping_retval = ping_host($dat['ip'],$ssh_port,$ping_timeout);  
357   if($ping_retval==0)   if($ping_retval==0)
358   {   {
359   $state = 'On';   $state = 'On';

Legend:
Removed from v.8522  
changed lines
  Added in v.8523