prepare($sql); $stmt->bind_param('s',$_COOKIE['usuario']); $stmt->execute(); $res = $stmt->get_result(); $fila = $res->fetch_array(); if($_COOKIE['usuario'] != $fila['USUARIO']) { include('includes/eat.php'); eatCookies(); } else { $_SESSION['USUARIO'] = $fila['USUARIO']; $_SESSION['GRUPO'] = $fila['GRUPO']; $_SESSION['CONTACTO'] = $fila['CONTACTO']; $_SESSION['AWA_SESION_ID'] = $fila['AWA_SESION_ID']; header('Location:dashboard.php'); } } ?> <?php echo $favicon_title_lg?>

UVEÓ

El usuario no existe!

'; } if($_GET['ir'] == 'e') { echo ''; } if($_GET['ir'] == 'ok') { echo ''; } } ?> logo