conn,$cfg_theme,$cfg_currency_symbol,$lang);
if(!$sec->isLoggedIn())
{
	header ("location: ../login.php");
	exit();
}
$body.="ok, so here we're going to have a forced opening page. To disable this for now,
	comment out the if statement directly after 'if(!sec->isLoggedIn())...' in home .php";
echo "$body";
?>