mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-03 18:47:05 +02:00
Typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@1771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8543ebecbc
commit
1e3dd2d50f
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require_once('../wp-config.php');
|
||||
|
||||
if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH) ) {
|
||||
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');
|
||||
|
Loading…
Reference in New Issue
Block a user