fixed typo

This commit is contained in:
JT Smith 2005-05-03 14:09:04 +00:00
parent 067ec6c9fa
commit 16f38df1f6

View file

@ -116,7 +116,7 @@ sub readAllConfigs {
closedir(DIR);
my %configs;
foreach my $file (@files) {
if ($file =~ /\.conf$/ && !($file =~ /^logs.conf$/)) {
if ($file =~ /\.conf$/ && !($file =~ /^log.conf$/)) {
$configs{$file} = readConfig($webguiPath,$file);
}
}