From 3f0e396302d5b193455dae010572bd8da1525dd0 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 14 Nov 2023 19:54:28 +0100 Subject: [PATCH] data sub --- matchinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchinfo.php b/matchinfo.php index 461a475..63f49c6 100644 --- a/matchinfo.php +++ b/matchinfo.php @@ -2,7 +2,7 @@ // Check if a match ID is provided in the GET request if (isset($_GET['matchid'])) { $matchId = $_GET['matchid']; - $filename = "matches/" . $matchId . ".json"; + $filename = "data/matches/" . $matchId . ".json"; // Check if the JSON file for the given match ID exists if (file_exists($filename)) {