index.php 441 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * index.php
  4. *
  5. * Copyright (c) 1999-2001 The SquirrelMail Development 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
  9. * and sends those people to the login screen. At this
  10. * point no attempt is made to see if the person is logged
  11. * or not.
  12. *
  13. * $Id$
  14. */
  15. header("Location:../index.php");
  16. /* pretty impressive huh? */
  17. ?>