All pastes #658245 Raw Edit

Untitled

public text v1 · immutable
#658245 ·published 2007-08-15 13:39 UTC
rendered paste body
if ($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/");