<?php
	define('thisscript','report-profit-trading');

	require_once 'global.php';
	
	if (empty($userid)){
		redirecting('home');
	}
	
	require_once "incl/global_template.php";
	$tmpl = gettemplate('report-profit-trading');
	eval("\$template = \"$tmpl\";");
	echo $template;
?>