Ver original$mod = $_GET['id'].'.php'; if (file_exists($mod)) { require_once($mod);} else { require_once("home.php");}