3DSTownSquare/3ds/acc/refreshPoints.php
2022-05-26 12:34:34 +00:00

5 lines
No EOL
167 B
PHP
Executable file

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