summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp_users_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 18:36:40 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 18:36:40 -0300
commit94e3fc6457daeb9652919d1340b39561379b6779 (patch)
treecb00895adda6de459cba2e8fc48534acdb3f7153 /src/usr/local/www/vpn_l2tp_users_edit.php
parentb40e1c0068edb6e0c5dbee996a2942962766d213 (diff)
parent30505ba6c95c7e366135ef2cc38bf0c60c3056c7 (diff)
downloadpfsense-94e3fc6457daeb9652919d1340b39561379b6779.zip
pfsense-94e3fc6457daeb9652919d1340b39561379b6779.tar.gz
Merge pull request #3070 from phil-davis/input_errors2Ajax
Diffstat (limited to 'src/usr/local/www/vpn_l2tp_users_edit.php')
-rw-r--r--src/usr/local/www/vpn_l2tp_users_edit.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/local/www/vpn_l2tp_users_edit.php b/src/usr/local/www/vpn_l2tp_users_edit.php
index 5f2d43b..eed7671 100644
--- a/src/usr/local/www/vpn_l2tp_users_edit.php
+++ b/src/usr/local/www/vpn_l2tp_users_edit.php
@@ -136,12 +136,6 @@ if ($_POST) {
}
}
- /* if this is an AJAX caller then handle via JSON */
- if (isAjax() && is_array($input_errors)) {
- input_errors2Ajax($input_errors);
- exit;
- }
-
if (!$input_errors) {
if (isset($id) && $a_secret[$id]) {
OpenPOWER on IntegriCloud