close file handler after readdir()
This commit is contained in:
parent
96ae110a2c
commit
37352bba96
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if ($dir) {
|
|||
);
|
||||
}
|
||||
}
|
||||
closedir($fullpath);
|
||||
closedir($dirContent);
|
||||
|
||||
} else {
|
||||
$dirlisting = false;
|
||||
|
|
Loading…
Reference in a new issue