summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-04-16 16:03:28 +0545
committerPhil Davis <phil.davis@inf.org>2017-04-16 16:03:28 +0545
commitf593f80b48027485c97516dcda4336b31a9f58a2 (patch)
tree8db80b459f90f7acd5da590f2d0f5f3bc61853c5 /src/usr/local/www/head.inc
parent8a0af41adc9c29ccf7b8dabb3b7658abf46054a6 (diff)
downloadpfsense-f593f80b48027485c97516dcda4336b31a9f58a2.zip
pfsense-f593f80b48027485c97516dcda4336b31a9f58a2.tar.gz
Refactor get_configured_interface_with_descr remove unused parameter
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 5943a55..736cc99 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -267,7 +267,7 @@ if ($platform['name'] == "uFW") {
$interfaces_top[] = array(gettext("Switches"), "/switch_system.php");
}
-$opts = get_configured_interface_with_descr(false, true);
+$opts = get_configured_interface_with_descr(true);
foreach ($opts as $oif => $odescr) {
if (!isset($config['interfaces'][$oif]['ovpn'])) {
OpenPOWER on IntegriCloud