summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-09-07 13:06:57 +0200
committersmos <seth.mos@dds.nl>2011-09-07 13:06:57 +0200
commit9b55203f878786a2bbd0b7d5dda4474d2533695b (patch)
tree866e1347657964613a3640861608aa17238c63ba /usr/local/www
parentfce938b3a32ed071edf9aba6b1f07ec08a82a743 (diff)
downloadpfsense-9b55203f878786a2bbd0b7d5dda4474d2533695b.zip
pfsense-9b55203f878786a2bbd0b7d5dda4474d2533695b.tar.gz
Show the hexadecimal value of the integer for readability
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 7d98556..7a42482 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1574,7 +1574,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
if($i <> $number) {
echo "<option value=\"{$i}\" ";
if ($i == $pconfig['dhcp6-pd-sla-id']) echo "selected";
- echo ">" . $i . "</option>";
+ echo ">" . dechex($i) . "</option>";
}
$i++;
}
OpenPOWER on IntegriCloud