// index.php - Panel PHP principal session_start(); if (!isset($_SESSION['usuario'])) { header('Location: login.php'); exit(); } ?>
Usuario: ()