index.php 117 B

123456
  1. <?php
  2. // Redirect people who try to view this folder to the main index.php page
  3. header("Location:../index.php");
  4. ?>