@@ -900,6 +900,7 @@ class Make extends Base
if(empty($ids)){
return $this->error(lang('param_err'));
}
+ $ids = str_replace('\\','/',$ids);
if( count( explode("./",$ids) ) > 1){
$this->error(lang('param_err').'2');
return;
@@ -3,7 +3,7 @@ return array (
'name' => '苹果CMS内容管理系统',
'copyright' => 'MacCMS',
'url' => '//github.com/magicblack',
- 'code' => '2020.1000.1074',
+ 'code' => '2020.1000.1075',
'license' => '免费版',
);
?>