$message]; print getoutput($part); return TRUE; } if (isset($_GET['goto'])) { ob_clean(); $target = ltrim($_GET['goto'], '/'); header("Location: /$target"); http_response_code(302); exit; } $part = [ 'user' => $User['name'], ]; print getoutput($part); if (empty($Args) and !empty($User['admin'])) { include_once 'admin/index.html'; include_once 'admin.php'; }