diff --git a/PatchCollector.php b/PatchCollector.php index bf8d103..2bee523 100644 --- a/PatchCollector.php +++ b/PatchCollector.php @@ -13,7 +13,7 @@ foreach (new \DirectoryIterator(__DIR__ . '/modules') as $file) { } } } -shuffle($list); +//shuffle($list); $db = new Database(__DIR__ . '/db.json'); echo 'Time: ' . date('c', $db->time()) . PHP_EOL;