[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
- Previous message: [wp-cvs] wordpress/wp-includes functions.php, 1.185,
1.186 template-functions-comment.php, 1.31,
1.32 template-functions-post.php, 1.30,
1.31 functions-user.php, 1.4, NONE
- Next message: [wp-cvs] wordpress wp-login.php,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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');
- Previous message: [wp-cvs] wordpress/wp-includes functions.php, 1.185,
1.186 template-functions-comment.php, 1.31,
1.32 template-functions-post.php, 1.30,
1.31 functions-user.php, 1.4, NONE
- Next message: [wp-cvs] wordpress wp-login.php,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list