Skip to content

Commit de9cf2b

Browse files
committed
Fixup
1 parent 1f1eef9 commit de9cf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/DOMJudgeService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ public function getScoreboardZip(
15691569
foreach ($assetMatches[1] as $file) {
15701570
$filepath = realpath($publicPath . '/' . $file);
15711571
if ($filepath === false) {
1572-
throw new BadRequestHttpException("Could not find file: " . $file);
1572+
throw new BadRequestHttpException("Could not find (symlinked) file: " . $file);
15731573
}
15741574
if (!str_starts_with($filepath, $publicPath) &&
15751575
!str_starts_with($filepath, $this->vendorDir)

0 commit comments

Comments
 (0)