mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
v6.6.0
This commit is contained in:
@ -101,7 +101,7 @@ class Index extends Common
|
||||
// 用户是否有数据统计权限
|
||||
$is_stats = AdminIsPower('index', 'stats');
|
||||
MyViewAssign('is_stats', $is_stats);
|
||||
if($is_stats == 1)
|
||||
if($is_stats)
|
||||
{
|
||||
// 默认时间
|
||||
$default_day = '30-day';
|
||||
|
||||
Reference in New Issue
Block a user