\n"; /* I hope this is enough to prevent access outside cwd */ if (substr($filename,0,1)=="." or substr($filename,0,1)=="/" or substr($filename,0,1)=="~") { print "Sorry, can't show you that file!\n"; } else { markup_plain_text($filename); } print "\n"; print "