source: admin/WebConsole/acceso.php @ e5714d5

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since e5714d5 was e5714d5, checked in by alonso <alonso@…>, 16 years ago

git-svn-id: https://opengnsys.es/svn/trunk@467 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 876 bytes
RevLine 
[d27f22b]1<?
[e5714d5]2// ********************************************************************************************************
[5070d59]3// Aplicación WEB: ogAdmWebCon
[e5714d5]4// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
[d27f22b]5// Fecha Creación: Diciembre-2003
6// Fecha Última modificación: Marzo-2005
[e5714d5]7// Nombre del fichero: barramenu.php
8// Descripción :Este fichero implementa el menu general de la Aplicación
9// ********************************************************************************************************if(isset($_SESSION)){        // Si existe algua sesión ...
[d27f22b]10        session_unset(); // Elimina variables
11        session_destroy(); // Destruye sesión
12}
13$herror=0;
14if (isset($_GET["herror"])) $herror=$_GET["herror"];
15if (isset($_POST["herror"])) $herror=$_POST["herror"];
16Header("Location: acceso_esp.php?herror=".$herror); // Redireccionamiento a la página de inicio en el idioma por defecto
17?>
Note: See TracBrowser for help on using the repository browser.