From 064652b98fed5c75d490246678001801b5023f07 Mon Sep 17 00:00:00 2001 From: rboren Date: Mon, 11 Oct 2004 05:47:51 +0000 Subject: [PATCH] Add missing paren. git-svn-id: http://svn.automattic.com/wordpress/trunk@1772 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/auth.php b/wp-admin/auth.php index d63f3084a..c6b817658 100644 --- a/wp-admin/auth.php +++ b/wp-admin/auth.php @@ -7,7 +7,7 @@ if ( !empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['word header('Cache-Control: no-cache, must-revalidate'); header('Pragma: no-cache'); - header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']); + header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI'])); exit(); }