Ver código fonte

Added the header("Location...") to index.php

Luke Ehresman 25 anos atrás
pai
commit
31c5fe27b3
2 arquivos alterados com 3 adições e 6 exclusões
  1. 0 6
      index.html
  2. 3 0
      index.php

+ 0 - 6
index.html

@@ -1,6 +0,0 @@
-<HTML>
-   <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=src/login.php">
-   <BODY>
-   <CENTER><BR>You have reached a SquirrelMail Webmail site.<BR><BR>You will be automatically forwarded.<BR>If not, <A HREF="src/login.php">click here</A>.</CENTER>
-   </BODY>
-</HTML>

+ 3 - 0
index.php

@@ -0,0 +1,3 @@
+<?
+   header("Location: src/login.php");
+?>