mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-14 09:31:54 +02:00
parent
48954756e8
commit
b8610fc555
@ -80,7 +80,7 @@ class App {
|
||||
$parts = explode("/", $rel_path);
|
||||
$encoded_parts = array();
|
||||
foreach ($parts as $part) {
|
||||
if ($part) {
|
||||
if ($part != "") {
|
||||
$encoded_parts[] = rawurlencode($part);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user