Bill.php 147 B

1234
  1. <?php
  2. // Preserves Bill's existing bookmark — redirect to the parameterized vendor page.
  3. header('Location: vendor.php?v=bill', true, 302);
  4. exit;