mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r435
чистка git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@435 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
33f8120497
commit
04d406e789
3 changed files with 1 additions and 7 deletions
|
@ -283,18 +283,12 @@ else if( isset($_GET['pane']) && $_GET['pane'] == 'right' )
|
|||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
'U_CLEAR_DATASTORE' => "index.php?clear_datastore=1",
|
||||
'U_CLEAR_TPL_CACHE' => "xs_cache.php?clear=",
|
||||
'U_UPDATE_USER_LEVEL' => "index.php?update_user_level=1",
|
||||
'U_SYNC_TOPICS' => "index.php?sync_topics=1",
|
||||
'U_SYNC_USER_POSTS' => "index.php?sync_user_posts=1",
|
||||
));
|
||||
}
|
||||
else if (isset($_REQUEST['clear_datastore']))
|
||||
{
|
||||
$datastore->clean();
|
||||
bb_die($lang['DATASTORE_CLEARED']);
|
||||
}
|
||||
else if (isset($_REQUEST['update_user_level']))
|
||||
{
|
||||
require(INC_DIR .'functions_group.php');
|
||||
|
|
|
@ -56,7 +56,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R434';
|
||||
$bb_cfg['tp_release_state'] = 'R435';
|
||||
$bb_cfg['tp_release_date'] = '27-06-2012';
|
||||
|
||||
// Database
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue