mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Removing recursive directory search, not very stable right now
This commit is contained in:
@@ -85,10 +85,6 @@ class Client
|
|||||||
$repositories[] = array('name' => $file->getFilename(), 'path' => $file->getPathname(), 'description' => $description);
|
$repositories[] = array('name' => $file->getFilename(), 'path' => $file->getPathname(), 'description' => $description);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($file->isDir()) {
|
|
||||||
$repositories = $this->recurseDirectory($file->getPathname());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $repositories;
|
return $repositories;
|
||||||
|
|||||||
Reference in New Issue
Block a user