summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_mlppp.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_mlppp.php')
-rw-r--r--usr/local/www/interfaces_mlppp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_mlppp.php b/usr/local/www/interfaces_mlppp.php
index 2e75201..1fd9cbf 100644
--- a/usr/local/www/interfaces_mlppp.php
+++ b/usr/local/www/interfaces_mlppp.php
@@ -108,7 +108,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_ppps as $id => $ppp): ?>
<tr ondblclick="document.location='interfaces_mlppp_edit.php?id=<?=$i;?>'">
<td class="listr">
- <?=htmlspecialchars($ppp['type']);?>
+ <?=htmlspecialchars($ppp['pppid']);?>-<?=htmlspecialchars($ppp['type']);?>
</td>
<td class="listr">
<?=htmlspecialchars($ppp['ports']);?>
OpenPOWER on IntegriCloud