完成文件上传管理

This commit is contained in:
augushong
2021-06-19 18:41:05 +08:00
parent ae9f2c6999
commit 1be98f85b6
30 changed files with 51988 additions and 163 deletions

View File

@@ -61,7 +61,7 @@ function get_system_config($name = '', $default = '')
return $list;
}
if (isset($list[$name])) {
if (!empty($list[$name])) {
return $list[$name];
}