index.php 279 B

123456789101112131415
  1. <?php
  2. /**
  3. * index.php
  4. *
  5. * Redirects to the index.html file.
  6. *
  7. * @copyright 1999-2021 The SquirrelMail Project Team
  8. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  9. * @version $Id$
  10. * @package squirrelmail
  11. */
  12. header('Location: index.html');