Fix modificar server non ininitalisez table
This commit is contained in:
parent
e3c80e015d
commit
17aa669d58
|
@ -47,6 +47,8 @@ if (isset($_GET['server'])) {
|
|||
$exec_server_enable = __('Yes');
|
||||
}
|
||||
|
||||
$table = new stdClass();
|
||||
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->width = '100%';
|
||||
|
|
Loading…
Reference in New Issue