render(); if (!isset($_SESSION['user_id'])) { header("Location: https://megarv.xyz/login/"); exit(); } $username = isset($_SESSION['username']) ? htmlspecialchars($_SESSION['username'], ENT_QUOTES, 'UTF-8') : 'Guest'; ?> Welcome Home

Welcome, !

Chatbot