index.php 355 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * index.php -- Displays the main frameset
  4. *
  5. * Redirects to the login page.
  6. *
  7. * @version $Id$
  8. * @copyright (c) 1999-2005 The SquirrelMail Project Team
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. * @package plugins
  11. * @subpackage filters
  12. */
  13. header("Location:../../src/login.php\n\n");
  14. exit();
  15. ?>