adding active worker cound to smarty global
This commit is contained in:
parent
d352adf6f6
commit
e990989340
@ -13,7 +13,7 @@ $aGlobal = array(
|
||||
'websitename' => $settings->getValue('websitename'),
|
||||
'ltc_usd' => $settings->getValue('btcesell'),
|
||||
'hashrate' => $settings->getValue('currenthashrate'),
|
||||
'workers' => $settings->getValue('currentworkers'),
|
||||
'workers' => $worker->getCountAllActiveWorkers(),
|
||||
'currentroundshares' => $settings->getValue('currentroundshares'),
|
||||
'statstime' => $settings->getValue('statstime'),
|
||||
'motd' => $settings->getValue('motd'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user