From 12709750f73e8c8669399215b4b5b4da4a53d7a0 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar 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)) {