Revision 3f91d34e
Added by Stephen Beaver over 9 years ago
src/usr/local/www/diag_ping.php | ||
---|---|---|
191 | 191 |
$section->addInput(new Form_Select( |
192 | 192 |
'sourceip', |
193 | 193 |
'Source address', |
194 |
$pconfig['source'],
|
|
194 |
$sourceip,
|
|
195 | 195 |
create_sourceaddresslist() |
196 | 196 |
))->setHelp('Select source address for the ping'); |
197 | 197 |
|
Also available in: Unified diff
Fixed #5382