<?php include_once("WebOpenPatch.php"); $wop = new WebOpenPatch(); $secoes = array('home', 'noticias', 'fotos', 'blog'); $secaoValida = $wop->wopAntiRemoteCodeInjection($_GET['secao'], $secoes); include_once("{$secaoValida}/data.inc.php"); ?>