getHydraConfig: Allow multiple includes
This commit is contained in:
@@ -41,6 +41,7 @@ sub getHydraConfig {
|
|||||||
if (-f $conf) {
|
if (-f $conf) {
|
||||||
my %h = new Config::General( -ConfigFile => $conf
|
my %h = new Config::General( -ConfigFile => $conf
|
||||||
, -UseApacheInclude => 1
|
, -UseApacheInclude => 1
|
||||||
|
, -IncludeAgain => 1
|
||||||
)->getall;
|
)->getall;
|
||||||
|
|
||||||
$hydraConfig = \%h;
|
$hydraConfig = \%h;
|
||||||
|
Reference in New Issue
Block a user