summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-09 04:00:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-09 04:00:53 +0000
commitca8869d90cd8b769a988cf218962beb3773452c0 (patch)
tree54f9c8790b2439eb53a68452289e6de688b48150 /usr/local/www/services_dhcp.php
parent954d8f123279ca9551825ef86904fa0310d0806c (diff)
downloadpfsense-ca8869d90cd8b769a988cf218962beb3773452c0.zip
pfsense-ca8869d90cd8b769a988cf218962beb3773452c0.tar.gz
Show string in uppercase.
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 72f5018..ab79da1 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -50,7 +50,7 @@ if($config['interfaces']['lan']) {
if(!$iflist)
$iflist = array("lan" => "LAN");
} else {
- $iflist = array("wan" => $g['wan_interface_name']);
+ $iflist = array("wan" => strtoupper($g['wan_interface_name']));
}
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
OpenPOWER on IntegriCloud