\n"; if (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 "
"; click_to_go_back(); footer(); ?>