9 lines
149 B
Perl
9 lines
149 B
Perl
package Hydra::Config;
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
our %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1, -IncludeRelative => 1);
|
|
|
|
1;
|