[FEAT] Full function and deployed version

This commit is contained in:
NADAL Jean-Baptiste
2026-02-19 15:15:58 +01:00
parent e7c4768589
commit cf0db69f2d
24 changed files with 6949 additions and 69 deletions

View File

@@ -7,6 +7,10 @@ class ScoreScanner {
}
public function getAllScores() {
if (!is_dir($this->scoresPath)) {
return ['error' => 'Scores directory not found: ' . $this->scoresPath];
}
$scores = [];
$directories = scandir($this->scoresPath);