mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
classic&hot cache key add mode
This commit is contained in:
@@ -5094,7 +5094,7 @@ function displayHotAndClassic()
|
||||
{
|
||||
if($showmovies[$type_each] == 'yes' && (!isset($CURUSER) || $CURUSER['show' . $type_each] == 'yes'))
|
||||
{
|
||||
$Cache->new_page($type_each.'_resources', 900, true);
|
||||
$Cache->new_page("{$type_each}_{$mode}_resources", 900, true);
|
||||
if (!$Cache->get_page())
|
||||
{
|
||||
$Cache->add_whole_row();
|
||||
|
||||
Reference in New Issue
Block a user