<?php require_once('functions/functions.php'); print_html_header('Contact List'); print_access_check('A'); print_contact_list(); print_html_footer(); ?>