adding (required) confirmations to smarty globals
This commit is contained in:
parent
3844bbe1ab
commit
b5def95435
@ -16,7 +16,8 @@ $aGlobal = array(
|
|||||||
'workers' => $settings->getValue('currentworkers'),
|
'workers' => $settings->getValue('currentworkers'),
|
||||||
'currentroundshares' => $settings->getValue('currentroundshares'),
|
'currentroundshares' => $settings->getValue('currentroundshares'),
|
||||||
'statstime' => $settings->getValue('statstime'),
|
'statstime' => $settings->getValue('statstime'),
|
||||||
'motd' => $settings->getValue('motd')
|
'motd' => $settings->getValue('motd'),
|
||||||
|
'confirmations' => $config['confirmations']
|
||||||
);
|
);
|
||||||
// Append additional user information not from user table
|
// Append additional user information not from user table
|
||||||
$aGlobal['userdata']['balance'] = $transaction->getBalance($_SESSION['USERDATA']['id']);
|
$aGlobal['userdata']['balance'] = $transaction->getBalance($_SESSION['USERDATA']['id']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user