index.php 104 B

1234567
  1. <?php
  2. // Return to the home location.
  3. // Not supposed to be here.
  4. header("location:../index2.php");
  5. ?>