<?php
 $lang = $HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE'];
  if ($lang == "hr") {
   echo "<meta http-equiv=\"refresh\" content=\"0;URL=hr.php\">";
  } else {
   echo "<meta http-equiv=\"refresh\" content=\"0;URL=en.php\">";
  }
?>
