2 require_once('require/class.Connection.php');
3 require_once('require/class.Language.php');
5 if (isset($_POST['country']) && $_POST['country'] != "")
7 $country = filter_input(INPUT_POST
,'country',FILTER_SANITIZE_STRING
);
8 header('Location: '.$globalURL.'/country/'.$country);
10 if ($globalURL == '') {
11 header('Location: /');
13 header('Location: '.$globalURL);