summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-07-10 00:56:52 -0500
committerChris Buechler <cmb@pfsense.org>2016-07-10 00:56:52 -0500
commit86d431a89d920f64dda5e7e1821f720daf6e067b (patch)
tree079cb22afe4d1ee4819497ddf304c2ad63cccaa6 /src/usr/local/www/system_crlmanager.php
parent0cb7999c60eba1f23c53820edd2d03beb6d83f82 (diff)
downloadpfsense-86d431a89d920f64dda5e7e1821f720daf6e067b.zip
pfsense-86d431a89d920f64dda5e7e1821f720daf6e067b.tar.gz
Remove input_errors2Ajax calls, was never implemented. Ticket #3027
Diffstat (limited to 'src/usr/local/www/system_crlmanager.php')
-rw-r--r--src/usr/local/www/system_crlmanager.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/local/www/system_crlmanager.php b/src/usr/local/www/system_crlmanager.php
index b5aea41..b147cf0 100644
--- a/src/usr/local/www/system_crlmanager.php
+++ b/src/usr/local/www/system_crlmanager.php
@@ -245,12 +245,6 @@ if ($_POST) {
array_push($input_errors, "The field 'Descriptive Name' contains invalid characters.");
}
- /* if this is an AJAX caller then handle via JSON */
- if (isAjax() && is_array($input_errors)) {
- input_errors2Ajax($input_errors);
- exit;
- }
-
/* save modifications */
if (!$input_errors) {
$result = false;
OpenPOWER on IntegriCloud