Revision 4890b6ec
Added by Phil Davis over 8 years ago
src/usr/local/www/interfaces.php | ||
---|---|---|
2721 | 2721 |
'V4' |
2722 | 2722 |
))->addMask('pptp_subnet0', $pconfig['pptp_subnet'][0]); |
2723 | 2723 |
|
2724 |
$section->addInput(new Form_Input(
|
|
2724 |
$section->addInput(new Form_IpAddress(
|
|
2725 | 2725 |
'pptp_remote0', |
2726 | 2726 |
'Remote IP address', |
2727 | 2727 |
$pconfig['pptp_remote'][0], |
2728 |
'text'
|
|
2728 |
'HOSTV4'
|
|
2729 | 2729 |
)); |
2730 | 2730 |
|
2731 | 2731 |
$section->addInput(new Form_Checkbox( |
Also available in: Unified diff
PPTP Remote IP is host or V4
Now that Form_IpAddress() supports a range of types of input, this can be specified as HOSTV4.