diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2019-05-30 12:38:18 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-05-30 17:17:39 +0200 |
commit | 34ba8687b7ce306363e15a2d0c9c93951f5e8d96 (patch) | |
tree | 90c752ee71585f4c55343a9fccccb38e621272f4 /admin/WebConsole | |
parent | 174c2231171d2a197faa6c5fdf5f467804996389 (diff) |
#915 rename IDCOMAND* to OG_CMD_ID_*
Diffstat (limited to 'admin/WebConsole')
-rw-r--r-- | admin/WebConsole/comandos/gestores/gestor_Comandos.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/WebConsole/comandos/gestores/gestor_Comandos.php b/admin/WebConsole/comandos/gestores/gestor_Comandos.php index ea656d2e..127cb116 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Comandos.php +++ b/admin/WebConsole/comandos/gestores/gestor_Comandos.php @@ -21,9 +21,10 @@ include_once("../../includes/RecopilaIpesMacs.php"); include_once("../includes/capturaacciones.php"); //________________________________________________________________________________________________________ -define("IDCOMANDWAKEUP", 1); -define("IDCOMANDSENDMESSAGE", 16); -define('IDCOMMANDSESSION', 9); +define('OG_CMD_ID_WAKEUP', 1); +define('OG_CMD_ID_SENDMESSAGE', 16); +define('OG_CMD_ID_SESSION', 9); +define('OG_CMD_ID_POWEROFF', 2); // Recoge parametros de seguimiento $sw_ejya=""; |