From 8f33338fed3809c2b964cbe610658b143c96b6c9 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 1 Mar 2006 04:33:52 +0000 Subject: calendar improvement: month calendar view a la flickr fix: html 4.01 compliant in rating.tpl fix: issue with IE from version 1052 (redirect on access denied) git-svn-id: http://piwigo.org/svn/trunk@1061 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index b53e76a2d..ad270bc83 100644 --- a/identification.php +++ b/identification.php @@ -35,7 +35,7 @@ $errors = array(); $redirect_to = ''; if ( !empty($_GET['redirect']) ) { - $redirect_to = $_GET['redirect']; + $redirect_to = urldecode($_GET['redirect']); if ( $user['is_the_guest'] ) { array_push($errors, $lang['access_forbiden']); @@ -98,7 +98,7 @@ $template->assign_vars( 'U_LOST_PASSWORD' => PHPWG_ROOT_PATH.'password.php', 'U_HOME' => PHPWG_ROOT_PATH.'category.php', 'U_REDIRECT' => $redirect_to, - + 'F_LOGIN_ACTION' => PHPWG_ROOT_PATH.'identification.php' )); -- cgit v1.2.3