mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r192
Фикс админки (спасибо DarkMod) git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@192 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
07d48f19bc
commit
c1eeeb0247
2 changed files with 2 additions and 2 deletions
|
@ -1304,7 +1304,7 @@ else
|
|||
|
||||
'U_VIEWPROFILE' => append_sid("../profile.php?mode=viewprofile&".POST_USERS_URL."=".$rowset[$i]['user_id']),
|
||||
'U_VIEWPOSTS' => append_sid("../search.php?search_author=1&uid={$rowset[$i]['user_id']}"),
|
||||
'U_MANAGE' => append_sid("profile.php?mode=editprofile&".POST_USERS_URL."=".$rowset[$i]['user_id']),
|
||||
'U_MANAGE' => append_sid("../profile.php?mode=editprofile&".POST_USERS_URL."=".$rowset[$i]['user_id']),
|
||||
'U_PERMISSIONS' => append_sid("admin_ug_auth.php?mode=user&".POST_USERS_URL."=".$rowset[$i]['user_id']),
|
||||
));
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0';
|
||||
$bb_cfg['tp_release_state'] = 'R191';
|
||||
$bb_cfg['tp_release_state'] = 'R192';
|
||||
$bb_cfg['tp_release_date'] = '4-08-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue