index.php 272 B

12345678
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. // Redirect calls to web/index
  4. // Please make sure you read the installation manual in the documentation/
  5. // folder if your installation doesn't work. Hint: you need to allow overrides
  6. header('Location: web/index');
  7. exit;