added the starting foundation for spectre, much more still to be done
This commit is contained in:
parent
e4a4ecd342
commit
384f6cd392
5 changed files with 201 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue