?php ini_set('default_charset','ISO-8859-1'); $conexao = mysqli_connect("localhost", "cidadewe_CWL","14061406CWL","cidadewe_CLIENTES"); session_start(); if (!isset($_SESSION["email"]) || !isset($_SESSION["senha"])){ header("Location: login.php"); exit; } else{ echo " "; } ?