window.location.href='show_contracts.php'; "; } if (empty($_SESSION['logedin'])) { echo ""; } else{ $did=0; $userid=$_SESSION['userid']; if (($_SESSION['perm'] == 'tech')||($_SESSION['perm'] == 'QA')||($_SESSION['perm'] == 'teamleader')||($_SESSION['perm'] == 'admin')||($_SESSION['perm'] == 'auther')) { $rsreport=get_tech_report(); include("user_report.php"); } include("home_newissue.php"); echo "
"; include("home_issue.php"); include("footer.php"); } ?>