apples.* fixes
[disclosr.git] / index.php
blob:a/index.php -> blob:b/index.php
  <?php
  /* Redirect to a different page in the current directory that was requested */
  $host = $_SERVER['HTTP_HOST'];
  $uri = rtrim(dirname($_SERVER['PHP_SELF']), '/\\');
  $extra = 'getAgency.php';
  header("Location: http://$host$uri/$extra");
  exit;
  ?>