summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-16 23:05:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-16 23:05:26 +0000
commitc8e8de6f3c2ed780da6bb42f3ec025a27c08ec10 (patch)
tree6aaa4a0ae3afa53bf26fe50e6f0ff1c99545fd04 /usr/local/www/vpn_ipsec_edit.php
parent6da21cb0d2f852cd2e20df39f4f9698e18ff422e (diff)
downloadpfsense-c8e8de6f3c2ed780da6bb42f3ec025a27c08ec10.zip
pfsense-c8e8de6f3c2ed780da6bb42f3ec025a27c08ec10.tar.gz
Note to the user to only use ascii characters in the IPSEC pre-shared keys.
Noticed-by: D. Ubevidste <detubevidste_AT_gmail.com
Diffstat (limited to 'usr/local/www/vpn_ipsec_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index be870a9..c5b4c70 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -79,7 +79,7 @@ if (isset($id) && $a_ipsec[$id]) {
$pconfig['disabled'] = isset($a_ipsec[$id]['disabled']);
$pconfig['auto'] = isset($a_ipsec[$id]['auto']);
$pconfig['creategif'] = $a_filter[$id]['creategif'];
-
+
if (!isset($a_ipsec[$id]['local-subnet']))
$pconfig['localnet'] = "lan";
else
@@ -442,7 +442,7 @@ function typesel_change() {
seconds</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">Pre-Shared Key</td>
+ <td width="22%" valign="top" class="vncellreq">Pre-Shared Key<br>ASCII characters only!</td>
<td width="78%" class="vtable">
<input name="p1pskey" type="text" class="formfld" id="p1pskey" size="40" value="<?=htmlspecialchars($pconfig['p1pskey']);?>">
</td>
OpenPOWER on IntegriCloud