mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Older PHP breaks on []
This commit is contained in:
parent
89dc3aa8bf
commit
858830915f
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ if ($action == "list" or $action== "listslaves") {
|
|||
}
|
||||
$vars = $_POST;
|
||||
$vars['serial'] = 0;
|
||||
$vars['records'] = [];
|
||||
$vars['records'] = array();
|
||||
_jtable_respond($vars, 'single');
|
||||
} else {
|
||||
_jtable_respond(null, 'error', "Not enough data: ".print_r($_POST, 1));
|
||||
|
|
Loading…
Add table
Reference in a new issue