mirror of https://github.com/mikaku/Monitorix.git
3.0: minor update
This commit is contained in:
parent
5693be0585
commit
f3fceffb0c
|
@ -429,8 +429,8 @@ if(!stat($options{c})) {
|
|||
|
||||
# load configuration file
|
||||
my $conf = new Config::General(
|
||||
-ConfigFile => $options{c},
|
||||
);
|
||||
-ConfigFile => $options{c},
|
||||
);
|
||||
%config = $conf->getall;
|
||||
$config{debug} = ();
|
||||
$config{func_update} = ();
|
||||
|
|
Loading…
Reference in New Issue