mirror of
https://github.com/lrsjng/h5ai
synced 2025-12-06 08:52:45 +01:00
parent
d81d8a9298
commit
136c654432
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ class Archive {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$d = Util::normalize_path(dirname($href), true);
|
$href = Util::normalize_path($href, false);
|
||||||
|
$d = dirname($href);
|
||||||
$n = basename($href);
|
$n = basename($href);
|
||||||
|
|
||||||
if ($this->context->is_managed_href($d) && !$this->context->is_hidden($n)) {
|
if ($this->context->is_managed_href($d) && !$this->context->is_hidden($n)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue