From bfda4ab0b571ca9acef2eea8b8287ee65cf129f7 Mon Sep 17 00:00:00 2001 From: albertogp Date: Tue, 23 Mar 2021 10:27:18 +0100 Subject: "ID-824 Modificando comando setBootMode por bootOs" --- admin/WebConsole/asistentes/includes/capturaacciones.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/WebConsole/asistentes/includes/capturaacciones.php') 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"]; -- cgit v1.2.3-18-g5258