summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-29 15:35:54 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-29 15:35:54 -0500
commit82bf941175b9513a031a34f8476b5ea681fc4a34 (patch)
tree5e5a25f777f2487ab07bde44fcfd225687ef4394 /usr/local/www/status_graph.php
parente3feac4e91195c26d3856e32e0fe2cf6ac48f2a4 (diff)
downloadpfsense-82bf941175b9513a031a34f8476b5ea681fc4a34.zip
pfsense-82bf941175b9513a031a34f8476b5ea681fc4a34.tar.gz
Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should appear as uppercase
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index a68b6bd..4db97a4 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -174,7 +174,7 @@ if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients']
foreach ($ifdescrs as $ifn => $ifd) {
echo "<option value=\"$ifn\"";
if ($ifn == $curif) echo " selected";
- echo ">" . strtoupper(htmlspecialchars($ifd)) . " (" . strtoupper($ifn) . ")</option>\n";
+ echo ">" . htmlspecialchars($ifd) . "</option>\n";
}
?>
</select>
OpenPOWER on IntegriCloud