You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.php 842B

123456789101112131415161718192021222324252627
  1. <?php
  2. /****************************************************************************************
  3. Author ......... Florian Kimmerl
  4. Contact ........ info@spacekoeln.de
  5. Home Site ...... http://www.spacekoeln.de/
  6. Program ........ postfixadmin
  7. Version ........ 0.3-1.4
  8. Purpose ........ Allows you to change your postfixadmin settings within squirrelmail
  9. /**
  10. * index.php
  11. *
  12. * Copyright (c) 1999-2003 The SquirrelMail Project Team
  13. * Licensed under the GNU GPL. For full terms see the file COPYING.
  14. *
  15. * This file simply takes any attempt to view source files and sends those
  16. * people to the login screen. At this point no attempt is made to see if
  17. * the person is logged or not.
  18. *
  19. *
  20. ****************************************************************************************/
  21. header("Location: ../../index.php");
  22. ?>