hydra/src/lib/Hydra/Config.pm

6 lines
122 B
Perl
Raw Normal View History

2021-07-26 03:43:09 +00:00
package Hydra::Config;
2021-07-26 17:11:21 +00:00
our %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1, -IncludeRelative => 1);
2021-07-26 03:43:09 +00:00
1;