index.php 47 B

1234
  1. <?php
  2. header("Location: index.html");
  3. die();
  4. ?>