summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/vpn_pppoe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index 0ade0d4..f70199e 100644
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -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']);?>
OpenPOWER on IntegriCloud