// Preamble $pageName = "Mailing Lists"; $focused = "none"; // Dock icon name to get a border $currPage = "none"; require "../parts/preamble.php"; // Load most of document if (!$list || !(preg_match("/^quake-(announce|bugs|cvs|devel|user)$/i", $list))) { echo "Bad Beavis! Go away.\n"; require "../parts/postamble.php"; exit(); } else { $list = strToLower ($list); } ?>
require "../parts/postamble.php"; // Finish this sucker up ?>