mirror of
https://github.com/Dark1-dev/AutoIndex-Php8.git
synced 2026-02-23 15:11:06 +01:00
Use speed cache
This commit is contained in:
@@ -165,7 +165,7 @@ class DirectoryListDetailed extends DirectoryList
|
||||
$dirs = $files = array();
|
||||
foreach ($this as $t)
|
||||
{
|
||||
if ($this->is_dir($path . $t))
|
||||
if ($this->is_dir($t))
|
||||
{
|
||||
$temp = new DirItem($path, $t);
|
||||
if ($temp -> __get('is_parent_dir'))
|
||||
|
||||
Reference in New Issue
Block a user