From 30505ba6c95c7e366135ef2cc38bf0c60c3056c7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 20 Jul 2016 19:45:28 +0930 Subject: Backport Remove input_errors2Ajax calls Original commit to master was https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b --- src/usr/local/www/vpn_l2tp_users_edit.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/usr/local/www/vpn_l2tp_users_edit.php') 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]) { -- cgit v1.1