<?php require_once('functions/functions.php'); print_html_header('Game Archived'); print_access_check('K'); print_games_archived($_POST['games'],$_POST['auth']); print_html_footer(); ?>