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 350B

12345678910111213141516171819202122
  1. <?php
  2. //
  3. // Postfix Admin
  4. // by Mischa Peters <mischa at high5 dot net>
  5. // Copyright (c) 2002 - 2005 High5!
  6. // Licensed under GPL for more info check GPL-LICENSE.TXT
  7. //
  8. // File: index.php
  9. //
  10. // Template File: -none-
  11. //
  12. // Template Variables:
  13. //
  14. // -none-
  15. //
  16. // Form POST \ GET Variables:
  17. //
  18. // -none-
  19. //
  20. header ("Location: ../login.php");
  21. exit;
  22. ?>