mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update index.php
This commit is contained in:
parent
94dc68f611
commit
cf8cfe7926
@ -22,9 +22,6 @@ if (isset($_GET['pane']) && $_GET['pane'] == 'left')
|
||||
CACHE('bb_cache')->set('admin_module_' . $user->id, $module, 600);
|
||||
}
|
||||
|
||||
// Get modules from cache
|
||||
$module = CACHE('bb_cache')->get('admin_module_' . $user->id);
|
||||
|
||||
$template->assign_vars(array(
|
||||
'TPL_ADMIN_NAVIGATE' => true,
|
||||
'U_FORUM_INDEX' => '../index.php',
|
||||
|
Loading…
Reference in New Issue
Block a user