diff options
author | ramon <ramongomez@us.es> | 2012-06-12 12:27:48 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-06-12 12:27:48 +0000 |
commit | 86d5b3254cb971de82adf0763fb4fda15d7d453b (patch) | |
tree | cf496c8423e7f16fd03be3329d2809d5ddbfe3c2 /admin/WebConsole/comandos/Arrancar.php | |
parent | 69650cb6923114472fc7d9e60df708c318d09ee6 (diff) |
VersiĆ³n 1.0.4, #505: Incluir mensajes de opciones de comandos.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3180 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/Arrancar.php')
-rw-r--r-- | admin/WebConsole/comandos/Arrancar.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/comandos/Arrancar.php b/admin/WebConsole/comandos/Arrancar.php index 369586e0..b8e24cdb 100644 --- a/admin/WebConsole/comandos/Arrancar.php +++ b/admin/WebConsole/comandos/Arrancar.php @@ -15,6 +15,7 @@ include_once("../includes/comunes.php"); include_once("../includes/CreaComando.php"); include_once("../includes/HTMLSELECT.php"); include_once("../idiomas/php/".$idioma."/comandos/arrancar_".$idioma.".php"); +include_once("../idiomas/php/".$idioma."/comandos/opcionesacciones_".$idioma.".php"); //________________________________________________________________________________________________________ // include_once("./includes/capturaacciones.php"); |