diff options
Diffstat (limited to 'admin/WebConsole/gestores/gestor_entornos.php')
-rw-r--r-- | admin/WebConsole/gestores/gestor_entornos.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/WebConsole/gestores/gestor_entornos.php b/admin/WebConsole/gestores/gestor_entornos.php index 6836db45..9a8683b6 100644 --- a/admin/WebConsole/gestores/gestor_entornos.php +++ b/admin/WebConsole/gestores/gestor_entornos.php @@ -1,4 +1,4 @@ -<? +<?php // ************************************************************************************************************************************************* // Aplicación WEB: ogAdmWebCon // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla @@ -39,9 +39,9 @@ if ($cmd){ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <BODY> <SCRIPT language="javascript" src="../jscripts/propiedades_entornos.js"></SCRIPT> - <? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comunes_'.$idioma.'.js"></SCRIPT>'?> + <?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comunes_'.$idioma.'.js"></SCRIPT>'?> -<? +<?php $literal="resultado_modificar_entornos"; @@ -60,7 +60,7 @@ else{ ?> </BODY> </HTML> -<? +<?php /************************************************************************************************************************************************** Inserta, modifica o elimina datos en la tabla entornos ________________________________________________________________________________________________________*/ |