<?$seccion = $_GET["seccion"];if(empty($seccion) || !file_exists($seccion)){include("./data/index.php");}else{include($seccion . ".php");}?>