diff options
author | ramon <ramongomez@us.es> | 2012-10-26 10:47:08 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-10-26 10:47:08 +0000 |
commit | 2348f5a3a57278f9e9ad40ea12bb4c2f35134fec (patch) | |
tree | d055348592fa52dbb8122bc0830904d3f9aefbb6 | |
parent | 13c963906a218c3813aa4a6f250bdced21524410 (diff) |
VersiĆ³n 1.0.4a, #556: Corregir errata en gestor de Netboot Avanzado
git-svn-id: https://opengnsys.es/svn/trunk@3383 a21b9725-9963-47de-94b9-378ad31fedc9
-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]; |