mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Nuke a c/r if included.
This commit is contained in:
parent
ae7aa62aff
commit
5e4b648eb6
@ -399,7 +399,7 @@ if ($pkg['tabs'] <> "") {
|
||||
$interfaces = array();
|
||||
foreach ($ints as $int) {
|
||||
$interfaces[]['descr'] = $int;
|
||||
$interfaces[] = $int;
|
||||
$interfaces[] = str_replace("\n", "", $int);
|
||||
}
|
||||
}
|
||||
foreach ($interfaces as $ifname => $iface) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user