// ************************************************************************************************************************************************* // 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: Febrero-2005 // Nombre del fichero: acceso.php // Descripción : Presenta la pantalla de login 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"]; $TbErr=array(); $TbErr[0]="NO ERRORS"; $TbErr[1]="WARNING:You must access to aplication through login pag"; $TbErr[2]="WARNING:Aplication without access to Server Data Base"; $TbErr[3]="WARNING: There are some problem to recovery the record, must be it is removed"; //________________________________________________________________________________________________________ ?>