Changeset 1771

Show
Ignore:
Timestamp:
10/10/04 21:28:35 (4 years ago)
Author:
saxmatt
Message:

Typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/auth.php

    r1769 r1771  
    22require_once('../wp-config.php'); 
    33 
    4 if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH) ) { 
     4if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH]) ) { 
    55    header('Expires: Wed, 5 Jun 1979 23:41:00 GMT'); // Michel's birthday 
    66    header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');