[wp-cvs] wordpress/wp-admin auth.php,1.9,1.10

Matthew Mullenweg saxmatt at users.sourceforge.net
Sun Oct 10 18:07:35 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12201/wp-admin

Modified Files:
	auth.php 
Log Message:
Minor header cleanup

Index: auth.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/auth.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** auth.php	10 Oct 2004 18:02:28 -0000	1.9
--- auth.php	10 Oct 2004 18:07:32 -0000	1.10
***************
*** 3,7 ****
  
  if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH) ) {
! 	header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
  	header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
  	header('Cache-Control: no-cache, must-revalidate');
--- 3,7 ----
  
  if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH) ) {
! 	header('Expires: Wed, 5 Jun 1979 23:41:00 GMT'); // Michel's birthday
  	header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
  	header('Cache-Control: no-cache, must-revalidate');




More information about the cvs mailing list