diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2019-10-29 13:56:36 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-29 14:22:26 +0100 |
commit | 03e3f88eef2e8de82338a806abae132ef9565621 (patch) | |
tree | d3e2abb7e04d3d367fb0ee08af05b7d73b1916ec /admin/WebConsole/comandos | |
parent | e21eb0caeb8f7a3db6857f0be4a283c9836885ee (diff) |
#915 Remove dead code that uses SocketHidra
This patch removes files that are dead code and that also use SocketHidra.
Diffstat (limited to 'admin/WebConsole/comandos')
-rw-r--r-- | admin/WebConsole/comandos/gestores/gestor_Comandos.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/gestores/gestor_Comandos.php b/admin/WebConsole/comandos/gestores/gestor_Comandos.php index 91c5d2f1..d464125e 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Comandos.php +++ b/admin/WebConsole/comandos/gestores/gestor_Comandos.php @@ -14,7 +14,6 @@ include_once("../../clases/AdoPhp.php"); include_once("../../clases/SockHidra.php"); include_once("../../includes/constantes.php"); include_once("../../includes/comunes.php"); -include_once("../../includes/cuestionacciones.php"); include_once("../../includes/CreaComando.php"); include_once("../../includes/RecopilaIpesMacs.php"); //________________________________________________________________________________________________________ |