show interface name, not identifier

This commit is contained in:
Chris Buechler 2014-11-06 22:09:47 -06:00
parent d3d237548f
commit 6859f88157
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_pppoes as $pppoe): ?>
<tr>
<td class="listlr" ondblclick="document.location='vpn_pppoe_edit.php?id=<?=$i;?>';">
<?=htmlspecialchars(strtoupper($pppoe['interface']));?>
<?=htmlspecialchars(convert_friendly_interface_to_friendly_descr($pppoe['interface']));?>
</td>
<td class="listlr" ondblclick="document.location='vpn_pppoe_edit.php?id=<?=$i;?>';">
<?=htmlspecialchars($pppoe['localip']);?>