diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_routes_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php index 7a46e5a..a779009 100755 --- a/usr/local/www/system_routes_edit.php +++ b/usr/local/www/system_routes_edit.php @@ -176,7 +176,7 @@ include("head.inc"); if ($gateway['name'] == $pconfig['gateway']) echo "selected"; } - echo ">" . htmlspecialchars($gateway['name']) . "</option>\n"; + echo ">" . htmlspecialchars($gateway['name']) . " - " . htmlspecialchars($gateway['gateway']) . "</option>\n"; } ?> </select> <br /> |