mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Fix the setting for soa-edit
This commit is contained in:
parent
f8e7493925
commit
06c39599bf
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ if ($action == "list" or $action== "listslaves") {
|
||||||
} else {
|
} else {
|
||||||
_jtable_respond(null, 'error', "Not enough data: ".print_r($_POST, 1));
|
_jtable_respond(null, 'error', "Not enough data: ".print_r($_POST, 1));
|
||||||
}
|
}
|
||||||
$vars['soa_edit_api'] = $defaults['SOA-EDIT'];
|
$vars['soa_edit_api'] = $defaults['soa_edit_api'];
|
||||||
}
|
}
|
||||||
$vars['name'] = $_POST['name'];
|
$vars['name'] = $_POST['name'];
|
||||||
$vars['kind'] = $_POST['kind'];
|
$vars['kind'] = $_POST['kind'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue