mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Fix a merge error.
This commit is contained in:
parent
9e18d5d627
commit
5f48232144
@ -1421,13 +1421,11 @@ sub pandora_load_config {
|
||||
elsif ($parametro =~ m/^madeserver\s+([0-1])/i) {
|
||||
$pa_config->{'madeserver'}= clean_blank($1);
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
elsif ($parametro =~ m/^multiprocess\s+([0-1])/i) {
|
||||
$pa_config->{'multiprocess'}= clean_blank($1);
|
||||
=======
|
||||
}
|
||||
elsif ($parametro =~ m/^too_many_xml\s+([0-9]*)/i) {
|
||||
$pa_config->{'too_many_xml'}= clean_blank($1);
|
||||
>>>>>>> origin/develop
|
||||
}
|
||||
} # end of loop for parameter #
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user