mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Cleaned -v and -q options
This commit is contained in:
parent
5283771e32
commit
2d4577b23b
@ -44,8 +44,8 @@ our @EXPORT = qw(
|
|||||||
);
|
);
|
||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "7.0NG.751";
|
my $pandora_version = "7.0NG.752";
|
||||||
my $pandora_build = "210120";
|
my $pandora_build = "210310";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
@ -827,7 +827,7 @@ sub pandora_load_config {
|
|||||||
}
|
}
|
||||||
elsif ($parametro =~ m/^verbosity\s+([0-9]*)/i) {
|
elsif ($parametro =~ m/^verbosity\s+([0-9]*)/i) {
|
||||||
if ($pa_config->{"verbosity"} == 0) {
|
if ($pa_config->{"verbosity"} == 0) {
|
||||||
$pa_config->{"verbosity"} = clean_blank($1);
|
$pa_config->{"verbosity"} = clean_blank($1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($parametro =~ m/^server_threshold\s+([0-9]*)/i) {
|
elsif ($parametro =~ m/^server_threshold\s+([0-9]*)/i) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user