index.php 309 B

12345678910111213
  1. <?php
  2. /**
  3. * Redirects to the login page.
  4. *
  5. * @copyright (c) 1999-2004 The SquirrelMail development team
  6. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  7. * @version $Id$
  8. * @package squirrelmail
  9. * @subpackage strings
  10. */
  11. header("Location:../../src/login.php\n\n");
  12. exit();
  13. ?>