fix: index.html in non-english folder
parent
22a4cc70c9
commit
826b3f7f1a
|
@ -2001,7 +2001,7 @@ function render_list($path = '', $files = '')
|
||||||
if (strpos(__DIR__, ':')) $slash = '\\';
|
if (strpos(__DIR__, ':')) $slash = '\\';
|
||||||
|
|
||||||
if (isset($files['children']['index.html']) && !$_SERVER['admin']) {
|
if (isset($files['children']['index.html']) && !$_SERVER['admin']) {
|
||||||
$htmlcontent = fetch_files(spurlencode(path_format($path . '/index.html'),'/'))['content'];
|
$htmlcontent = fetch_files(spurlencode(path_format(urldecode($path) . '/index.html'),'/'))['content'];
|
||||||
return output($htmlcontent['body'], $htmlcontent['stat']);
|
return output($htmlcontent['body'], $htmlcontent['stat']);
|
||||||
}
|
}
|
||||||
$path = str_replace('%20','%2520',$path);
|
$path = str_replace('%20','%2520',$path);
|
||||||
|
|
Loading…
Reference in New Issue