mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show interfaces in uppercase
This commit is contained in:
parent
2e04d98aaa
commit
adc79e41bb
@ -134,7 +134,7 @@ effect.");?><br>
|
||||
<?php
|
||||
foreach($gateway_group['item'] as $item) {
|
||||
$itemsplit = explode("|", $item);
|
||||
echo htmlspecialchars($itemsplit[0]) . "<br/>\n";
|
||||
echo htmlspecialchars(strtoupper($itemsplit[0])) . "<br/>\n";
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user