From d3c69fadf2fe06e5aee46bf72c7e8dc307776fa5 Mon Sep 17 00:00:00 2001 From: "fly.dvorkin" Date: Sat, 12 Nov 2011 22:02:14 +0000 Subject: [PATCH] r312 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Фикс редиректа после логина. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@312 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 4 ++-- upload/login.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/config.php b/upload/config.php index 36f10db77..c6bbee384 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.2 Beta'; -$bb_cfg['tp_release_state'] = 'R311'; -$bb_cfg['tp_release_date'] = '12-11-2011'; +$bb_cfg['tp_release_state'] = 'R312'; +$bb_cfg['tp_release_date'] = '13-11-2011'; // Database $charset = 'utf8'; diff --git a/upload/login.php b/upload/login.php index 597c9cbae..be96c97ad 100644 --- a/upload/login.php +++ b/upload/login.php @@ -133,4 +133,4 @@ if (IS_GUEST || $mod_admin_login) print_page('login.tpl'); } -redirect('index.php'); +redirect($redirect_url);