From a81f86a8801a959457116787e74e5a5b6280217c Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Sat, 2 Aug 2025 23:04:15 +0200 Subject: fix typo --- backend/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/index.php b/backend/index.php index 5c21f34..76d9731 100644 --- a/backend/index.php +++ b/backend/index.php @@ -44,9 +44,9 @@ foreach($found as $row): $i++; if ($i === sizeof($found)) { - echo " \"$row[team]\": { \"clicks\": \"$row[clicks]\", \"fromanon:\": \"$row[fromanon]\" }"; + echo " \"$row[team]\": { \"clicks\": \"$row[clicks]\", \"fromanon\": \"$row[fromanon]\" }"; } else { - echo " \"$row[team]\": { \"clicks\": \"$row[clicks]\", \"fromanon:\": \"$row[fromanon]\" }, "; + echo " \"$row[team]\": { \"clicks\": \"$row[clicks]\", \"fromanon\": \"$row[fromanon]\" }, "; }; endforeach; -- cgit v1.2.3