diff options
author | ramon <ramongomez@us.es> | 2012-02-10 17:30:20 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-02-10 17:30:20 +0000 |
commit | 30837bbd253e585c8db6c9be4be8d958d3eecf58 (patch) | |
tree | be08316c723cda6be3daa7dc0700c2fa054d9a6c /admin/WebConsole/acceso.php | |
parent | 26a12266242a349cc70ff2f96a6fa2911180c17b (diff) |
Versión 1.0.3, #483 #492: Usar nueva página de acceso.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2553 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/acceso.php')
l---------[-rw-r--r--] | admin/WebConsole/acceso.php | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/admin/WebConsole/acceso.php b/admin/WebConsole/acceso.php index 3dd2bcb3..0012f7d2 100644..120000 --- a/admin/WebConsole/acceso.php +++ b/admin/WebConsole/acceso.php @@ -1,26 +1 @@ -<? -// ******************************************************************************************************** -// Aplicación WEB: ogAdmWebCon -// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla -// Fecha Creación: Agosto-2010 -// Fecha Última modificación: Agosto-2010 -// Nombre del fichero: barramenu.php -// Descripción :Este fichero implementa el menu general de la Aplicación -// ******************************************************************************************************** -if(isset($_SESSION)){ // Si existe algua sesión ... - session_unset(); // Elimina variables - session_destroy(); // Destruye sesión -} -# Cambiar a HTTPS -if (empty ($_SERVER["HTTPS"])) { - header ("Location: https://".$_SERVER["SERVER_NAME"].$_SERVER["PHP_SELF"]); - exit (0); -} - -include_once("controlacceso.php"); - -$herror=0; -if (isset($_GET["herror"])) $herror=$_GET["herror"]; -if (isset($_POST["herror"])) $herror=$_POST["herror"]; -Header("Location: acceso_".$idi.".php?herror=".$herror); // Redireccionamiento a la página de inicio en el idioma por defecto -?> +index.php
\ No newline at end of file |