diff options
author | alonso <alonso@us.es> | 2009-11-04 11:04:54 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2009-11-04 11:04:54 +0000 |
commit | 7b3bc4abe41dff4402ee433a7eab47c2b36c47bc (patch) | |
tree | 8830f3b0fbec41b03f207273eb6f5ff90eaa09ce /admin/WebConsole/acceso.php | |
parent | 3acdc93388ab0907242a9a074df54e1cc93b7908 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@481 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/acceso.php')
-rw-r--r-- | admin/WebConsole/acceso.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/admin/WebConsole/acceso.php b/admin/WebConsole/acceso.php deleted file mode 100644 index 20c6dc82..00000000 --- a/admin/WebConsole/acceso.php +++ /dev/null @@ -1,18 +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 -} -$herror=0; -if (isset($_GET["herror"])) $herror=$_GET["herror"]; -if (isset($_POST["herror"])) $herror=$_POST["herror"]; -Header("Location: acceso_esp.php?herror=".$herror); // Redireccionamiento a la página de inicio en el idioma por defecto -?>
\ No newline at end of file |