include("inc/.htconf.inc.php"); if ($_GET[t]){ $path = "textos/"; $documento = str_pad(intval($_GET[t]),"3","0",STR_PAD_LEFT); $ext = ".html"; $documento = $path.$documento.$ext; if (!file_exists($documento)){ header("Location: index.php"); exit; } } ?>
if (!$_GET[t]){
?>
|