index.php 503 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * index.php
  4. *
  5. * Copyright (c) 1999-2004 The SquirrelMail Project Team
  6. * Licensed under the GNU GPL. For full terms see the file COPYING.
  7. *
  8. * This file simply takes any attempt to view source files and sends those
  9. * people to the login screen. At this point no attempt is made to see if
  10. * the person is logged or not.
  11. *
  12. * @version $Id$
  13. * @package squirrelmail
  14. */
  15. /** Redirect back to the login page
  16. * @ignore */
  17. header("Location:../index.php");
  18. /* pretty impressive huh? */
  19. ?>