v2.0.38-20230906

This commit is contained in:
MI15\Win
2023-09-06 17:21:53 +08:00
parent 0d7353e692
commit 98cf84b16c
21 changed files with 702 additions and 78 deletions

View File

@@ -798,6 +798,12 @@ function other_root(){
}
msg(1,'操作成功');
}elseif($_GET['type'] == 'write_sitemap_config'){
if(!is_subscribe('bool')){
msg(-1,'未检测到有效授权');
}
write_global_config('sitemap_config',$_POST,'站点地图配置');
msg(1,'保存成功');
}
}