mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Some fixes, auto language removal (so buggy) and replenishable status.
This commit is contained in:
parent
a89211a915
commit
2ac12a2e54
9 changed files with 35 additions and 43 deletions
|
@ -41,8 +41,6 @@ if (isset($_GET['pane']) && $_GET['pane'] == 'left') {
|
|||
CACHE('bb_cache')->set('admin_module_' . $user->id, $module, 600);
|
||||
}
|
||||
|
||||
$module = CACHE('bb_cache')->get('admin_module_' . $user->id);
|
||||
|
||||
$template->assign_vars(array(
|
||||
'TPL_ADMIN_NAVIGATE' => true,
|
||||
'U_FORUM_INDEX' => '../index.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue