adding new list_pages tool
This commit is contained in:
@@ -89,7 +89,7 @@ function printFoldersRecursive($dir) {
|
||||
if (is_dir($dir)){
|
||||
if ($dh = opendir($dir)){
|
||||
while (($file = readdir($dh)) !== false){
|
||||
if($file != '.' && $file != '..') {
|
||||
if($file != '.' && $file != '..' && $file != 'birdnet' && $file != '.git') {
|
||||
$allfiles[] = $file;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user