/
home
/
angeliniimobiliaria
/
www
/
site
/
Upload File
HOME
<?php include_once './_system/bootstrap.php'; $_SESSION['s_filtro'] = $_POST['filtro']; $http_referer = URL . "vendas"; if ($_SESSION['s_filtro']['tipoNegocio'] == "LOCAÇÃO") { $http_referer = URL . "locacoes"; } echo '<meta http-equiv="refresh" content="0;URL=' . $http_referer . '" />';