Revision 9f6651a3
Added by Carlos Eduardo Ramos about 15 years ago
usr/local/www/vpn_pptp.php | ||
---|---|---|
311 | 311 |
|
312 | 312 |
<input type="radio" name="mode" value="redir" onclick="enable_change(false)" <?php if ($pconfig['mode'] == "redir") echo "checked" ?>> |
313 | 313 |
<?=gettext("Redirect incoming PPTP connections to");?>:</td> |
314 |
|
|
314 |
<tr> |
|
315 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("PPTP redirection");?></td> |
|
315 | 316 |
<td width="78%" class="vtable"> |
316 | 317 |
<?=$mandfldhtml;?><input name="redir" type="text" class="formfld unknown" id="redir" size="20" value="<?=htmlspecialchars($pconfig['redir']);?>"> |
317 | 318 |
<br> |
Also available in: Unified diff
Fix gettext implementation on vpn_pptp.php