Update registrations.php

This commit is contained in:
FusionPBX 2019-07-11 13:12:24 -06:00 committed by GitHub
parent f97e0de702
commit e04e6eef73
1 changed files with 2 additions and 2 deletions

View File

@ -307,8 +307,8 @@
echo " <td class='".$row_style[$c]."'>".escape($row['user'])."&nbsp;</td>\n";
echo " <td class='".$row_style[$c]."'>".escape($row['agent'])."&nbsp;</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";