mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r312
Фикс редиректа после логина. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@312 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
fb74f7995d
commit
d3c69fadf2
2 changed files with 3 additions and 3 deletions
|
@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.2 Beta';
|
$bb_cfg['tp_version'] = '2.2 Beta';
|
||||||
$bb_cfg['tp_release_state'] = 'R311';
|
$bb_cfg['tp_release_state'] = 'R312';
|
||||||
$bb_cfg['tp_release_date'] = '12-11-2011';
|
$bb_cfg['tp_release_date'] = '13-11-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -133,4 +133,4 @@ if (IS_GUEST || $mod_admin_login)
|
||||||
print_page('login.tpl');
|
print_page('login.tpl');
|
||||||
}
|
}
|
||||||
|
|
||||||
redirect('index.php');
|
redirect($redirect_url);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue