may. 10, 2006 session_start(); include_once ("config/config.php"); include ("themes/".$setts['default_theme']."/header.php"); if ($_GET['start'] == "") $start = 0; else $start = $_GET['start']; $limit = 20; if ($_GET['view'] == "") $view = "all"; else $view = $_GET['view']; $additionalVars = "&owner=".$_GET['owner']."&auction=".$_GET['auction']; $a_month = 60*60*24*30; $time_month = time() - 60*60*24*30; $date_month = date("Y-m-d H:i:s",$time_month); header5("$lang[viewfeedback]"); ?>