mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:56:32 +02:00
@@ -144,7 +144,8 @@ class Archive {
|
||||
continue;
|
||||
}
|
||||
|
||||
$d = Util::normalize_path(dirname($href), true);
|
||||
$href = Util::normalize_path($href, false);
|
||||
$d = dirname($href);
|
||||
$n = basename($href);
|
||||
|
||||
if ($this->context->is_managed_href($d) && !$this->context->is_hidden($n)) {
|
||||
|
Reference in New Issue
Block a user