summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-07-09 02:28:53 +0000
committerChris Buechler <cmb@pfsense.org>2008-07-09 02:28:53 +0000
commit86b7b185faecc60e2a3a2791c30f4b8d00dd6a50 (patch)
treeac54eb4149a207e79a85b44204a64189ca7441f7 /usr
parent5265006583b64bf02ed6ef91394d12f3f1bfb7fe (diff)
downloadpfsense-86b7b185faecc60e2a3a2791c30f4b8d00dd6a50.zip
pfsense-86b7b185faecc60e2a3a2791c30f4b8d00dd6a50.tar.gz
POST to the correct page. this brings up a new problem, though it's closer to being fixed.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_ipsec_mobile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php
index 4242566..b87581a 100755
--- a/usr/local/www/vpn_ipsec_mobile.php
+++ b/usr/local/www/vpn_ipsec_mobile.php
@@ -185,7 +185,7 @@ function methodsel_change() {
}
//-->
</script>
-<form action="vpn_ipsec.php" method="post">
+<form action="vpn_ipsec_mobile.php" method="post">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_ipsecconfdirty_path)): ?><p>
<?php print_info_box_np("The IPsec tunnel configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
OpenPOWER on IntegriCloud