better descriptions

This commit is contained in:
Lanta 2023-11-20 13:53:04 +01:00
parent 3187a2a087
commit 4d8c7f1870
6 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,6 @@
<?php
$ogDescription = "Welcome to the epicenter of PUBG action! Catch up on the latest matches with detailed stats including player names, match dates, modes, types, maps, kills, and more. Plus, get an inside look at our clan's profile, including member details and key attributes. Stay connected with the pulse of our PUBG community!";
// Read the JSON file
$jsonData = file_get_contents('data/player_matches.json');
$playersData = json_decode($jsonData, true);