Skip to content

Commit

Permalink
升级版本至 2024.1000.3000
Browse files Browse the repository at this point in the history
  • Loading branch information
magicblack committed Feb 27, 2024
1 parent 4bea130 commit aef7b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/admin/controller/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function data()
$where['user_status'] = $param['status'];
}
if(!empty($param['group'])){
$where['group_id'] = $param['group'];
$where['group_id'] = $param['group'];
}
if(!empty($param['wd'])){
$param['wd'] = htmlspecialchars(urldecode($param['wd']));
Expand Down
2 changes: 1 addition & 1 deletion application/extra/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '苹果CMS内容管理系统',
'copyright' => 'MacCMS',
'url' => '//github.com/magicblack',
'code' => '2023.1000.3052',
'code' => '2024.1000.3000',
'license' => '开源版',
);
?>

0 comments on commit aef7b37

Please sign in to comment.