diff options
author | alonso <alonso@us.es> | 2010-10-23 09:22:07 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-10-23 09:22:07 +0000 |
commit | 550b680d176cbccfecfe35fad440dd570d90ba5b (patch) | |
tree | c81a133cb819d719d5e2d103b2b6b12447b60bf7 /admin/WebConsole/acceso.php | |
parent | 5f11948f55d9b9c11c76a75b65bde7d4e5477191 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1313 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/acceso.php')
-rw-r--r-- | admin/WebConsole/acceso.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/admin/WebConsole/acceso.php b/admin/WebConsole/acceso.php deleted file mode 100644 index 717750cd..00000000 --- a/admin/WebConsole/acceso.php +++ /dev/null @@ -1,21 +0,0 @@ -<? -// ******************************************************************************************************** -// Aplicación WEB: ogAdmWebCon -// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla -// Fecha Creación: Diciembre-2003 -// Fecha Última modificación: Marzo-2005 -// 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 -} - -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 -?> |