Update IPADDR references

This commit is contained in:
bergware
2016-05-12 08:49:48 +02:00
parent d147bd1455
commit 4a43eef8d8
4 changed files with 4 additions and 4 deletions
@@ -131,7 +131,7 @@
$wsport = $lv->domain_get_ws_port($dom);
if ($vncport > 0) {
$vnc = '/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host='.$var['IPADDR'].'&port='.$wsport;
$vnc = '/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host='.$eth0['IPADDR:0'].'&port='.$wsport;
$arrResponse['vncurl'] = $vnc;
}
}