fix: empty files cause 500 error in heroku
parent
661a6f89fe
commit
399fb38fd4
|
@ -1415,7 +1415,7 @@ function EnvOpt($needUpdate = 0)
|
||||||
return message($html, getconstStr('Setup'));
|
return message($html, getconstStr('Setup'));
|
||||||
}
|
}
|
||||||
|
|
||||||
function render_list($path = '', $files = '')
|
function render_list($path = '', $files = [])
|
||||||
{
|
{
|
||||||
global $exts;
|
global $exts;
|
||||||
global $constStr;
|
global $constStr;
|
||||||
|
|
Loading…
Reference in New Issue