header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.snipercentral.com/all-about-sniping/field-techniques/");
exit;
session_start();
if (!$_SESSION['uid'] || !$_SESSION['loggedin'])
{
header("Location: http://www.snipercentral.com/members/login.phtml?goto=fieldcraft.htm");
exit;
}
if (!in_array('sc_content', $_SESSION['perms']))
{
header("Location: http://www.snipercentral.com/members/noperm.phtml");
exit;
}
include 'inc/menu.php';
displayHeader("Sniper Central - Fieldcraft");
?>
Field Techniques (Fieldcraft)
Navigation
Communications
Concealment and Stalking
Final Firing Position (FFP) Skills
Recon and Observation
include 'inc/footer2.php';
?>