[FIX] Config option detection
This commit is contained in:
parent
0b43c66e67
commit
07b90dbc58
@ -7,7 +7,7 @@ chdir(dirname(__FILE__));
|
|||||||
require_once('shared.inc.php');
|
require_once('shared.inc.php');
|
||||||
|
|
||||||
// Simple configuration check
|
// Simple configuration check
|
||||||
if (empty($config['coldwallet'])) {
|
if (unset($config['coldwallet'])) {
|
||||||
$log->logFatal('Missing config option: coldwallet');
|
$log->logFatal('Missing config option: coldwallet');
|
||||||
$monitoring->endCronjob($cron_name, 'E0075', 1, true);
|
$monitoring->endCronjob($cron_name, 'E0075', 1, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user