diff options
author | Irina Gómez <irinagomez@us.es> | 2019-11-20 09:18:24 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-11-20 09:18:24 +0100 |
commit | d2e7f10f7afb40c28e8a3a73354e9d4e5dba3405 (patch) | |
tree | 21cc9c7bc2bd9a0a6de55fe64bdfe78adb217fff /admin/WebConsole/comandos | |
parent | 49ac7971d8fea404d4bdc2e85b3117e650fbe0bc (diff) |
#914 Software inventory command in console improved info message when no operating system is detected.
Diffstat (limited to 'admin/WebConsole/comandos')
-rw-r--r-- | admin/WebConsole/comandos/InventarioSoftware.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/comandos/InventarioSoftware.php b/admin/WebConsole/comandos/InventarioSoftware.php index e0d98da4..ae63e885 100644 --- a/admin/WebConsole/comandos/InventarioSoftware.php +++ b/admin/WebConsole/comandos/InventarioSoftware.php @@ -16,6 +16,7 @@ include_once("../includes/CreaComando.php"); include_once("../includes/HTMLSELECT.php"); include_once("../includes/pintaTablaConfiguraciones.php"); include_once("../idiomas/php/".$idioma."/comandos/inventariosoftware_".$idioma.".php"); +include_once("../idiomas/php/".$idioma."/pintaParticiones_".$idioma.".php"); include_once("./includes/capturaacciones.php"); include_once("../idiomas/php/".$idioma."/comandos/opcionesacciones_".$idioma.".php"); |