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
Line | |
---|
1 | <? |
---|
2 | // ************************************************************************************************************************************************* |
---|
3 | // Aplicación WEB: ogAdmWebCon |
---|
4 | // Copyright 2003-2005 José Manuel Alonso. Todos los derechos reservados. |
---|
5 | // Fecha Creación: Diciembre-2003 |
---|
6 | // Fecha Última modificación: Marzo-2005 |
---|
7 | // Nombre del fichero: acceso.php |
---|
8 | // Descripción : Redirecciona a la págia de inicio del idioma que se quiere tener por defecto |
---|
9 | // ************************************************************************************************************************************************* |
---|
10 | if(isset($_SESSION)){ // Si existe algua sesión ... |
---|
11 | session_unset(); // Elimina variables |
---|
12 | session_destroy(); // Destruye sesión |
---|
13 | } |
---|
14 | $herror=0; |
---|
15 | if (isset($_GET["herror"])) $herror=$_GET["herror"]; |
---|
16 | if (isset($_POST["herror"])) $herror=$_POST["herror"]; |
---|
17 | Header("Location: acceso_esp.php?herror=".$herror); // Redireccionamiento a la página de inicio en el idioma por defecto |
---|
18 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.