Merge branch 'development' of github.com:MPOS/php-mpos into development
This commit is contained in:
commit
4031422839
@ -227,7 +227,7 @@ $smarty->assign('DEBUG', $config['DEBUG']);
|
||||
// Lets check for our cron status and render a message
|
||||
require_once(INCLUDE_DIR . '/config/monitor_crons.inc.php');
|
||||
$bMessage = false;
|
||||
$aCronMessage[] = 'We are investingating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
|
||||
$aCronMessage[] = 'We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
|
||||
foreach ($aMonitorCrons as $strCron) {
|
||||
if ($monitoring->isDisabled($strCron) == 1) {
|
||||
$bMessage = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user