mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-06 13:12:48 +08:00
完成文件上传管理
This commit is contained in:
@@ -61,7 +61,7 @@ function get_system_config($name = '', $default = '')
|
||||
return $list;
|
||||
}
|
||||
|
||||
if (isset($list[$name])) {
|
||||
if (!empty($list[$name])) {
|
||||
return $list[$name];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user