3DSTownSquare/3ds/acc/refreshPoints.php
HotPizzaYT 4dff2720ba Hi!
2022-04-24 13:57:02 -05:00

5 lines
No EOL
167 B
PHP

<?php
$jsonF = file_get_contents("acc/data/" . $_SESSION["ts_user"] . ".json");
$jsonD = json_decode($jsonF, true);
$_SESSION["ts_points"] = $jsonD["points"];
?>