mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix gettext implementation on vpn_pptp.php
This commit is contained in:
parent
846b664dd7
commit
9f6651a399
@ -311,7 +311,8 @@ function enable_change(enable_over) {
|
||||
|
||||
<input type="radio" name="mode" value="redir" onclick="enable_change(false)" <?php if ($pconfig['mode'] == "redir") echo "checked" ?>>
|
||||
<?=gettext("Redirect incoming PPTP connections to");?>:</td>
|
||||
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncellreq"><?=gettext("PPTP redirection");?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<?=$mandfldhtml;?><input name="redir" type="text" class="formfld unknown" id="redir" size="20" value="<?=htmlspecialchars($pconfig['redir']);?>">
|
||||
<br>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user