This commit is contained in:
Daniel Preussker 2016-02-07 15:40:00 +00:00
parent f940c0c888
commit b0bc7b778a

View File

@ -33,7 +33,7 @@ echo '<tr>
if (!empty($device['ip'])) {
echo '<tr>
<td>Resolved IP</td>
<td>'.$ip.'</td>
<td>'.$device['ip'].'</td>
</tr>';
}