Untitled
public text v1 · immutableif ($two_letter_country_code=="GB")
header("Location: http://localhost/mpw/england/");
elseif ($two_letter_country_code=="PT")
header("Location: http://localhost/mpw/portugal/");
else
header("Location: http://localhost/mpw/");