php-mpos/public/include/pages/api
Sebastian Grewe 9485b3f9d6 [ADDED] Possibility to disable navbar live updates
* Added new admin options: disable_navbar and disable_navbar_api
* Removes LIVE STATS from navigation list
* Removes live updates on Pool General Statistics page
* Added system load checks to getnavbardata API call

This will help to decrease load on high-volume servers at the cost of
losing live status.

Fixes #1014 once merged.
2013-12-23 21:38:21 +01:00
..
getblockcount.inc.php
getblocksfound.inc.php
getcurrentworkers.inc.php
getdashboarddata.inc.php added blocks until next difficulty change to EstNextDifficulty 2013-12-20 03:59:47 +01:00
getdifficulty.inc.php
getestimatedtime.inc.php
gethourlyhashrates.inc.php
getnavbardata.inc.php [ADDED] Possibility to disable navbar live updates 2013-12-23 21:38:21 +01:00
getpoolhashrate.inc.php
getpoolsharerate.inc.php
getpoolstatus.inc.php
gettimesincelastblock.inc.php
gettopcontributors.inc.php [ADDED] gettopcontributors API call 2013-12-03 09:15:51 +01:00
getuserbalance.inc.php
getuserhashrate.inc.php
getusersharerate.inc.php
getuserstatus.inc.php [UPDATE] Moved transactions into special API call 2013-12-23 21:20:33 +01:00
getusertransactions.inc.php [ADDED] getusertransactions API call 2013-12-23 21:20:39 +01:00
getuserworkers.inc.php
public.inc.php