Fix modificar server non ininitalisez table

This commit is contained in:
Calvo 2022-03-04 10:49:25 +01:00
parent e3c80e015d
commit 17aa669d58
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ if (isset($_GET['server'])) {
$exec_server_enable = __('Yes');
}
$table = new stdClass();
$table->cellpadding = 4;
$table->cellspacing = 4;
$table->width = '100%';