summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_testport.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_testport.php')
-rw-r--r--src/usr/local/www/diag_testport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_testport.php b/src/usr/local/www/diag_testport.php
index 4fe9c4f..0faa3e2 100644
--- a/src/usr/local/www/diag_testport.php
+++ b/src/usr/local/www/diag_testport.php
@@ -284,7 +284,7 @@ $section->addInput(new Form_Select(
'sourceip',
'Source Address',
$sourceip,
- array_merge(array('' => 'Any'), get_possible_traffic_source_addresses(true))
+ ['' => 'Any'] + get_possible_traffic_source_addresses(true)
))->setHelp('Select source address for the trace');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud