diff options
Diffstat (limited to 'admin/WebConsole/comandos/gestores/gestor_Arrancar.php')
-rw-r--r-- | admin/WebConsole/comandos/gestores/gestor_Arrancar.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/admin/WebConsole/comandos/gestores/gestor_Arrancar.php b/admin/WebConsole/comandos/gestores/gestor_Arrancar.php index 758bbc0c..683302e9 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Arrancar.php +++ b/admin/WebConsole/comandos/gestores/gestor_Arrancar.php @@ -1,11 +1,11 @@ -<? +<? // ************************************************************************************************************************************************* -// Aplicación WEB: ogAdmWebCon -// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla -// Fecha Creación: Año 2003-2004 -// Fecha Última modificación: Marzo-2005 +// Aplicación WEB: ogAdmWebCon +// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla +// Fecha Creación: Año 2003-2004 +// Fecha Última modificación: Marzo-2005 // Nombre del fichero: gestor_Arrancar.php -// Descripción : +// Descripción : // Gestor del comando "Arrancar" // ************************************************************************************************************************************************* include_once("../../includes/ctrlacc.php"); @@ -65,7 +65,7 @@ else{ <? // ************************************************************************************************************************************************* function Gestiona($cmd){ - global $ACCION_SINERRORES; // Activa y con algún error + global $ACCION_SINERRORES; // Activa y con algún error global $ACCION_INICIADA; global $idcentro; global $identificador; |