summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppps.php
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-06-09 21:14:59 +0700
committergnhb <gnoahb@gmail.com>2010-06-09 21:14:59 +0700
commite5d558bfacc9135d70d4a140c9435cf0d2a94ef6 (patch)
treeac426a26e9caf1ac6d76d456e6fc047d4dec1933 /usr/local/www/interfaces_ppps.php
parent5dc6f9b4ecb49a0e6bfa875555874a64ef6f0935 (diff)
downloadpfsense-e5d558bfacc9135d70d4a140c9435cf0d2a94ef6.zip
pfsense-e5d558bfacc9135d70d4a140c9435cf0d2a94ef6.tar.gz
Change ptpid to use sequential number. This makes Ermal happy. :)
Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`
Diffstat (limited to 'usr/local/www/interfaces_ppps.php')
-rw-r--r--usr/local/www/interfaces_ppps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_ppps.php b/usr/local/www/interfaces_ppps.php
index fc598b6..63287b6 100644
--- a/usr/local/www/interfaces_ppps.php
+++ b/usr/local/www/interfaces_ppps.php
@@ -107,7 +107,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_ppps as $id => $ppp): ?>
<tr ondblclick="document.location='interfaces_ppps_edit.php?id=<?=$i;?>'">
<td class="listr">
- <?=htmlspecialchars($ppp['type']);?>
+ <?=htmlspecialchars($ppp['if']);?>
</td>
<td class="listr">
<?=htmlspecialchars($ppp['ports']);?>
OpenPOWER on IntegriCloud