summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-06 22:09:47 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-06 22:09:47 -0600
commit6859f881572dbb7b95169cb784e9fa5084ff6c23 (patch)
treec4703742f74409337f7aa5921792ec3e67eb66ac /usr/local/www/vpn_pppoe.php
parentd3d237548fd6e594be9a06bd35276b6a5e1f5996 (diff)
downloadpfsense-6859f881572dbb7b95169cb784e9fa5084ff6c23.zip
pfsense-6859f881572dbb7b95169cb784e9fa5084ff6c23.tar.gz
show interface name, not identifier
Diffstat (limited to 'usr/local/www/vpn_pppoe.php')
-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