execute(); } /** * Redirecionar para chat-box */ else { header('Location: /chatbox/'); } echo $twig->render($ctrl['twig'], array_merge($pageVars, $ctrl['variables'], $sess)); exit();