MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/public_html/dartdeals/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/public_html/dartdeals/index.php

<?php
	include_once('includes.php');
	
	if(strtolower($dealerInfo[$_SESSION['registration']['selectedDealer']]['blackbook']) == 'yes') header("location: appraisal.php");
	else header("location: form.php");
	exit; 
?>