mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct text to include PPTP as well.
This commit is contained in:
parent
9a36dc9d24
commit
87bb66af3e
@ -341,7 +341,7 @@ function update_description(itemnum) {
|
||||
<input name="disablevpnrules" type="checkbox" id="disablevpnrules" value="yes" <?php if (isset($config['system']['disablevpnrules'])) echo "checked"; ?> />
|
||||
<strong><?=gettext("Disable all auto-added VPN rules.");?></strong>
|
||||
<br />
|
||||
<span class="vexpl"><?=gettext("Note: This disables automatically added rules for IPsec.");?>
|
||||
<span class="vexpl"><?=gettext("Note: This disables automatically added rules for IPsec, PPTP.");?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user