diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_gateways.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php index 9a678c3..0dc3835 100755 --- a/usr/local/www/system_gateways.php +++ b/usr/local/www/system_gateways.php @@ -137,7 +137,7 @@ effect.");?><br> </td> <td class="listr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';"> <?php - $iflabels = get_configured_interface_with_descr(); + $iflabels = get_configured_interface_with_descr(false, true); echo htmlspecialchars($iflabels[$gateway['interface']]); ?> </td> <td class="listr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';"> |