mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show correct interface.
This commit is contained in:
parent
e1a121dbec
commit
2cc504e1ea
@ -109,7 +109,7 @@ include("head.inc");
|
||||
<?php $i = 0; foreach ($a_ppps as $id => $ppp): ?>
|
||||
<tr>
|
||||
<td class="listlr">
|
||||
ppp<?=htmlspecialchars($id);?>
|
||||
<?=htmlspecialchars($ppp['pppif']);?>
|
||||
</td>
|
||||
<td class="listr">
|
||||
<?=htmlspecialchars($ppp['port']);?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user