From 692a8f779cb9f15891764758fec4b2769313d235 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 22 Nov 2015 17:02:34 +0000 Subject: [PATCH] (legacy) remove isAjax() --- src/www/system_advanced_notifications.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/www/system_advanced_notifications.php b/src/www/system_advanced_notifications.php index fd35de6c3..0f1790a75 100644 --- a/src/www/system_advanced_notifications.php +++ b/src/www/system_advanced_notifications.php @@ -85,12 +85,6 @@ if ($_POST) { unset($input_errors); $pconfig = $_POST; - /* if this is an AJAX caller then handle via JSON */ - if (isAjax() && is_array($input_errors)) { - input_errors2Ajax($input_errors); - exit; - } - if ($_POST['apply']) { $retval = 0; system_setup_sysctl();