hasAutomaticInventory($item->getID()); if (empty($a_computerextend)) { return true; } echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
'.__('Remote Support').'
'; $url .= "
  • " . $a_computerextend['remote_addr'] . "
  • "; if ($url != ""){ echo "

      VNC connect :

      "; echo $url; echo "
    "; } echo '
    '; } static function cronRemotesupport($task) { Toolbox::logInFile("remotsupport",'Starting search of agents'); return true; } static function cronInfo($name) { return [ 'description' => "Agent search remotesupport"]; } }