diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-02-25 09:33:49 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-02-25 09:33:49 +0100 |
commit | 79a66169d1a9c3d652019a20d2f701d7ddb1d492 (patch) | |
tree | b18a39afe90be46f503027722f0f9d3ae82f6863 /admin/WebConsole/comandos/gestores | |
parent | f8fb072e5b4c60e62c3e85cef46b8039f1023927 (diff) |
#834: Fix some HTML tags, remove trailing tabs and convert newlines to Unix format.
Diffstat (limited to 'admin/WebConsole/comandos/gestores')
-rw-r--r-- | admin/WebConsole/comandos/gestores/gestor_Comandos.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/WebConsole/comandos/gestores/gestor_Comandos.php b/admin/WebConsole/comandos/gestores/gestor_Comandos.php index a4bcfbb0..dd83efd5 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Comandos.php +++ b/admin/WebConsole/comandos/gestores/gestor_Comandos.php @@ -77,7 +77,6 @@ $atributos=str_replace('$',chr(9),$atributos); <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> -<BODY> <SCRIPT language="javascript" src="../jscripts/comunescomandos.js"></SCRIPT> <?php echo '<SCRIPT language="javascript" src="../../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?> @@ -179,7 +178,7 @@ if($sw_ejya=='on' || $sw_ejprg=="on" ){ $script=@urldecode($ValorParametros["scp"]); if($sw_ejya=='on'){ if ($idcomando != IDCOMANDSENDMESSAGE && $idcomando != IDCOMANDWAKEUP) { - // Envio al servidor + // Envío al servidor $shidra=new SockHidra($servidorhidra,$hidraport); if ($shidra->conectar()){ // Se ha establecido la conexión con el servidor hidra $parametros.=$aplicacion; @@ -202,7 +201,7 @@ if($sw_ejya=='on' || $sw_ejprg=="on" ){ $resulhidra = 1; } - // Comprobamos si el comando es soportado por el nuevo ogAgent + // Comprobamos si el comando es soportado por el nuevo ogAgent $numip=0; $ogAgentNuevo = false; switch ($idcomando) { @@ -231,7 +230,7 @@ if($sw_ejya=='on' || $sw_ejprg=="on" ){ break; } - // Se envía acción al nuevo ogAgent + // Se envía acción al nuevo ogAgent if ( $ogAgentNuevo ) { // Send REST requests to new OGAgent clients. $urls = array(); @@ -244,7 +243,6 @@ if($sw_ejya=='on' || $sw_ejprg=="on" ){ $urls[$ip]['url'] = "https://$ip:8000/opengnsys/$urlcomando"; if (isset($auxKey[$i])) $urls[$ip]['header'] = Array("Authorization: ".$auxKey[$i]); if (isset($paramsPost)) $urls[$ip]['post'] = $paramsPost; - $i++; } // Launch concurrent requests. @@ -387,6 +385,8 @@ if ($resul){ } } ?> +</HEAD> +<BODY> </BODY> </HTML> |