index.php 111 B

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