include("inc/config.php"); include("inc/mysql.php"); include("inc/functions.php"); include("inc/authorization.php"); if(intval($_GET["month"])==0 && intval($_GET["year"])==0){ $weekyear=getLastYearWeek($_GET["country"]); $_GET["month"]=$weekyear["month"]; $_GET["year"]=$weekyear["year"]; } ?>