Update registrations.php
This commit is contained in:
parent
f97e0de702
commit
e04e6eef73
|
|
@ -307,8 +307,8 @@
|
|||
echo " <td class='".$row_style[$c]."'>".escape($row['user'])." </td>\n";
|
||||
echo " <td class='".$row_style[$c]."'>".escape($row['agent'])." </td>\n";
|
||||
echo " <td class='".$row_style[$c]."'>".escape(explode('"',$row['contact'])[1])."</td>\n";
|
||||
echo " <td class='".$row_style[$c]."'><a href='http://".escape($row['lan-ip'])."' target='_blank'>".escape($row['lan-ip'])."</a></td>\n";
|
||||
echo " <td class='".$row_style[$c]."'><a href='http://".escape($row['network-ip'])."' target='_blank'>".escape($row['network-ip'])."</a></td>\n";
|
||||
echo " <td class='".$row_style[$c]."'><a href='https://".escape($row['lan-ip'])."' target='_blank'>".escape($row['lan-ip'])."</a></td>\n";
|
||||
echo " <td class='".$row_style[$c]."'><a href='https://".escape($row['network-ip'])."' target='_blank'>".escape($row['network-ip'])."</a></td>\n";
|
||||
echo " <td class='".$row_style[$c]."'>".escape($row['network-port'])."</td>\n";
|
||||
echo " <td class='".$row_style[$c]."'>".escape($row['host'])."</td>\n";
|
||||
echo " <td class='".$row_style[$c]."'>".escape($row['status'])."</td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue