diff options
author | albertogp <albertogp@uma.es> | 2021-03-23 10:27:18 +0100 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2021-03-23 10:27:18 +0100 |
commit | 9aebade3419d33a1c986f7b3db1b69a414bfacac (patch) | |
tree | cc211a0e35636b51ea2752a3bc96dc6f72be2ec3 /admin/WebConsole/asistentes/includes/capturaacciones.php | |
parent | ac2d1cc7e4de0632d458c69d3305c72d1d4b6156 (diff) |
"ID-824 Modificando comando setBootMode por bootOs"
Diffstat (limited to 'admin/WebConsole/asistentes/includes/capturaacciones.php')
-rw-r--r-- | admin/WebConsole/asistentes/includes/capturaacciones.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/WebConsole/asistentes/includes/capturaacciones.php b/admin/WebConsole/asistentes/includes/capturaacciones.php index 3c24bce0..7e793f96 100644 --- a/admin/WebConsole/asistentes/includes/capturaacciones.php +++ b/admin/WebConsole/asistentes/includes/capturaacciones.php @@ -18,6 +18,7 @@ $nombreambito=""; $funcion=""; $atributos=""; $gestor=""; +$filtro=""; if (isset($_POST["idcomando"])) $idcomando=$_POST["idcomando"]; if (isset($_POST["descricomando"])) $descricomando=$_POST["descricomando"]; @@ -27,5 +28,6 @@ if (isset($_POST["nombreambito"])) $nombreambito=$_POST["nombreambito"]; if (isset($_POST["funcion"])) $funcion=$_POST["funcion"]; if (isset($_POST["atributos"])) $atributos=$_POST["atributos"]; if (isset($_POST["gestor"])) $gestor=$_POST["gestor"]; +if (isset($_POST["filtro"])) $filtro=$_POST["filtro"]; |