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

1234567891011121314151617
  1. <?php
  2. //
  3. // File: index.php
  4. //
  5. // Template File: -none-
  6. //
  7. // Template Variables:
  8. //
  9. // -none-
  10. //
  11. // Form POST \ GET Variables:
  12. //
  13. // -none-
  14. //
  15. header ("Location: ../login.php");
  16. exit;
  17. ?>