diff options
author | ramon <ramongomez@us.es> | 2017-12-14 11:06:36 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-12-14 11:06:36 +0000 |
commit | fce0af30c330da39d8af2bf97c895b3fbec4d62b (patch) | |
tree | 672e22b5efe8fdf927a796df17efd3548a5d2b62 /admin/WebConsole/comandos/gestores/gestor_Comandos.php | |
parent | b46042c67f764c242943be42e2fd20eb65fbd4a1 (diff) |
#743: Usar formato JSON en entrada a ruta REST {{{POST /repository/poweron}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5533 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/gestores/gestor_Comandos.php')
-rw-r--r-- | admin/WebConsole/comandos/gestores/gestor_Comandos.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/WebConsole/comandos/gestores/gestor_Comandos.php b/admin/WebConsole/comandos/gestores/gestor_Comandos.php index e3205017..e2a25a6f 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Comandos.php +++ b/admin/WebConsole/comandos/gestores/gestor_Comandos.php @@ -114,6 +114,11 @@ $cmd->CreaParametro("@restrambito","",0); $cmd->CreaParametro("@ordprocedimiento",0,1); $cmd->CreaParametro("@ordtarea",0,1); +/* PARCHE UHU heredado de la version 1.1.0: Si la accion a realizar es Arrancar incluimos una pagina para arrancar desde el repo */ +if($funcion == "nfn=Arrancar".chr(13)) + include("wakeonlan_repo.php"); +/**/ + if($ambito==0){ // Ambito restringido a un subconjuto de ordenadores con formato (idordenador1,idordenador2,etc) $cmd->ParamSetValor("@restrambito",$idambito); $idambito=0; |