index.php 117 B

12345
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. // Redirect calls to web/index
  4. header('Location: web/index');
  5. exit;