summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-4.local>2010-04-30 00:25:28 -0400
committerChris Buechler <cmb@cmb-macbook-pro-4.local>2010-04-30 00:25:28 -0400
commit3a78180e6a28fb7e25ade7c0adbb5560ced83e68 (patch)
tree9b2c276d831620af78c4446bb5b27b66b67e281f /usr/local/www/system_routes.php
parent189ceb32eb8e49ac9dd8983ee54df027d156f69c (diff)
downloadpfsense-3a78180e6a28fb7e25ade7c0adbb5560ced83e68.zip
pfsense-3a78180e6a28fb7e25ade7c0adbb5560ced83e68.tar.gz
show gateway IP as well as name
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-xusr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index fc24962..8786577 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -158,7 +158,7 @@ include("head.inc");
</td>
<td class="listr" ondblclick="document.location='system_routes_edit.php?id=<?=$i;?>';">
<?php
- echo $a_gateways[$route['gateway']]['name'] . " ";
+ echo htmlentities($a_gateways[$route['gateway']]['name']) . " - " . htmlentities($a_gateways[$route['gateway']]['gateway']);
?>
</td>
<td class="listr" ondblclick="document.location='system_routes_edit.php?id=<?=$i;?>';">
OpenPOWER on IntegriCloud