mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-07 14:26:33 +02:00
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user