diff options
Diffstat (limited to 'admin/WebConsole/gestores/gestor_pxe_grub4dos.php')
-rw-r--r-- | admin/WebConsole/gestores/gestor_pxe_grub4dos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/gestores/gestor_pxe_grub4dos.php b/admin/WebConsole/gestores/gestor_pxe_grub4dos.php index 6cf3ccfc..d4e67599 100644 --- a/admin/WebConsole/gestores/gestor_pxe_grub4dos.php +++ b/admin/WebConsole/gestores/gestor_pxe_grub4dos.php @@ -25,7 +25,7 @@ echo "<body>"; $lista = explode(";",$_POST['listOfItems']); foreach ($lista as $sublista) { - if (! empty $sublista)) { + if (! empty ($sublista)) { $elementos = explode("|",$sublista); $hostname=$elementos[1]; $optboot=$elementos[0]; |