[geeklog-cvs] geeklog-1.3/public_html portal.php,1.12,1.13

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Sep 19 05:44:52 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv8136

Modified Files:
	portal.php 
Log Message:
Send a 301 HTTP status code (instead of a 302).


Index: portal.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/portal.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** portal.php	23 Aug 2004 19:36:34 -0000	1.12
--- portal.php	19 Sep 2004 09:44:49 -0000	1.13
***************
*** 60,64 ****
--- 60,66 ----
  }
  
+ header ('HTTP/1.1 301 Moved');
  header ('Location: ' . $url);
+ header ('Connection: close');
  
  ?>




More information about the geeklog-cvs mailing list