mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
parent
48954756e8
commit
b8610fc555
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class App {
|
||||||
$parts = explode("/", $rel_path);
|
$parts = explode("/", $rel_path);
|
||||||
$encoded_parts = array();
|
$encoded_parts = array();
|
||||||
foreach ($parts as $part) {
|
foreach ($parts as $part) {
|
||||||
if ($part) {
|
if ($part != "") {
|
||||||
$encoded_parts[] = rawurlencode($part);
|
$encoded_parts[] = rawurlencode($part);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue