summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_ca_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-27 05:19:48 +0000
committerBill Marquette <billm@pfsense.org>2005-06-27 05:19:48 +0000
commit561953465b069bb6ee6348507b496d90be461250 (patch)
tree2c0c857f27227d69e6e5afd0aba0f4c81bc6a7c6 /usr/local/www/vpn_ipsec_ca_edit.php
parentcae9d5fd0b669d01027c5f0d917869a3fce87e87 (diff)
downloadpfsense-561953465b069bb6ee6348507b496d90be461250.zip
pfsense-561953465b069bb6ee6348507b496d90be461250.tar.gz
Never mind...revert last commit - bug was elsewhere
Diffstat (limited to 'usr/local/www/vpn_ipsec_ca_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_ca_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_ca_edit.php b/usr/local/www/vpn_ipsec_ca_edit.php
index 3c1fd00..fd149e0 100755
--- a/usr/local/www/vpn_ipsec_ca_edit.php
+++ b/usr/local/www/vpn_ipsec_ca_edit.php
@@ -60,7 +60,7 @@ if ($_POST) {
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
- if (preg_match("/[^a-zA-Z0-9\@\.\-]/", $_POST['ident']))
+ if (preg_match("/[^a-zA-Z0-9@\.\-]/", $_POST['ident']))
$input_errors[] = "The identifier contains invalid characters.";
if (!$input_errors && !(isset($id) && $a_secret[$id])) {
OpenPOWER on IntegriCloud