Browse Source

corrige une coquille

master
vince vince 2 years ago
parent
commit
aed8933a7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@ -51,7 +51,7 @@ function findNext($start, $frequency, $excludes = [], $maxIterations = 1000, $di
}
function findPrevious($start, $frequency, $excludes = [], $maxIterations = 1000) {
return findNext($start, $frequency, $excludes, $maxIterations, -1) {
return findNext($start, $frequency, $excludes, $maxIterations, -1);
}
define('CONFIG_FILE', __DIR__ . DIRECTORY_SEPARATOR . 'config.php');


Loading…
Cancel
Save