summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/includes
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-01-23 13:53:41 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-01-23 13:53:41 +0100
commitb6ec1628ae6ccee712ded44c4aab63c993b6f5b5 (patch)
tree33acc55daff717c0a01b15a9cbe1a1f51d22d65c /admin/WebConsole/comandos/includes
parent8c7b3746124eb8ced825a20ab8dd17b573d2e2c1 (diff)
#834: Remove all redundant PHP closing tags.
Diffstat (limited to 'admin/WebConsole/comandos/includes')
-rw-r--r--admin/WebConsole/comandos/includes/capturaacciones.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/includes/capturaacciones.php b/admin/WebConsole/comandos/includes/capturaacciones.php
index 1941b428..7e793f96 100644
--- a/admin/WebConsole/comandos/includes/capturaacciones.php
+++ b/admin/WebConsole/comandos/includes/capturaacciones.php
@@ -29,5 +29,5 @@ 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"];
-?>
+