include("../person/config/conf.php"); include("../person/config/config.php"); include("../person/logincheck.php"); conn_web_db(); session_start(); $connectedvid = $_SESSION['Id']; $error = $_GET['error']; if($connectedvid=="") { $connectedvid = 1; } include("../../members/person/admin/staff.php"); if($Func_staff_PRE==1 OR $Func_staff_DIR==1 OR $Func_staff_MD==1 OR $Func_staff_MA1==1) { } else { header("Location:http://www.ivao.org/noaccess.php"); exit; } mysql_close($db_link); ?>
Enter Member ID :