include("/home/cbhprope/public_html/gasper/_inc/StringUtil.inc"); include("/home/cbhprope/public_html/gasper/_inc/dbconnect.inc"); include("/home/cbhprope/public_html/gasper/_inc/admin.inc"); require("/home/cbhprope/public_html/gasper/_inc/team.inc"); $team = Team::getInstance(); $members = $team->getMembers(); // load the member passed in $cid = $_GET['cid']; $agent = Admin::getInstanceOnCrestId($cid); if (isset($agent) == false) { $link = "index.html"; header ("Location: ".$link); exit; } ?>