mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
Add tokens to ajax index endpoint
This commit is contained in:
@@ -39,6 +39,7 @@ json_print("success", [
|
||||
'requiredratio' => $Viewer->requiredRatio(),
|
||||
'bonusPoints' => $Viewer->bonusPointsTotal(),
|
||||
'bonusPointsPerHour' => round(new \Gazelle\User\Bonus($Viewer)->hourlyRate(), 2),
|
||||
'tokens' => $Viewer->tokenCount(),
|
||||
'class' => $Viewer->userclassName(),
|
||||
]
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user