added the starting foundation for spectre, much more still to be done

This commit is contained in:
JT Smith 2005-11-16 00:00:05 +00:00
parent e4a4ecd342
commit 384f6cd392
5 changed files with 201 additions and 1 deletions

View file

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