mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:26:38 +02:00
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user