mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
(legacy) remove isAjax()
This commit is contained in:
parent
343aa7df21
commit
692a8f779c
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user