|
|
@ -303,7 +303,7 @@ Class ListController extends Controller { |
|
|
|
$isAdminIp = Common::isAdminIp($this->getUserIp()); //判断是否拥有管理权限 |
|
|
|
$isAdminIp = Common::isAdminIp($this->getUserIp()); //判断是否拥有管理权限 |
|
|
|
|
|
|
|
|
|
|
|
//从缓存文件获取按年份、月份归类的索引数据 |
|
|
|
//从缓存文件获取按年份、月份归类的索引数据 |
|
|
|
$cacheDataByDate = Common::getCacheFromFile($this->dateIndexCacheKey, 86400*365, 'index'); |
|
|
|
$cacheDataByDate = Common::getCacheFromFile($this->dateIndexCacheKey . '_keys', 86400*365, 'index'); |
|
|
|
|
|
|
|
|
|
|
|
$viewName = '//site/index'; //共享视图 |
|
|
|
$viewName = '//site/index'; //共享视图 |
|
|
|
$params = compact( |
|
|
|
$params = compact( |
|
|
|