Copyright (C) 2010 All Rights Reserved. Contributor(s): Mark J Crane */ require_once "root.php"; require_once "includes/require.php"; require_once "includes/checkauth.php"; if (if_group("agent") || if_group("admin") || if_group("superadmin")) { //access granted } else { echo "access denied"; exit; } //show the header require_once "includes/header.php"; echo "
\n"; echo " \n"; echo "   \n"; echo "
\n"; //show the iframe echo "\n"; //show the footer require_once "includes/footer.php"; ?>