mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Missed to fix all $mappings
This commit is contained in:
parent
b5ce1a5376
commit
0ce280674e
@ -596,7 +596,7 @@ foreach ($prefixes as $data):
|
||||
<?=$data['prefix']?>
|
||||
<?php if ($mappings[$data['duid']]): ?>
|
||||
<br />
|
||||
<?=gettext('Routed To')?>: <?=$mappings[$data['iaid'] . $data['duid']]?>
|
||||
<?=gettext('Routed To')?>: <?=$mappings[$data['duid']]?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td><?=$data['iaid']?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user