don't load demos
This commit is contained in:
parent
d276536e00
commit
3c2d3d15f6
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ sub laodAllConfigs {
|
||||||
my @files = readdir(DIR);
|
my @files = readdir(DIR);
|
||||||
closedir(DIR);
|
closedir(DIR);
|
||||||
foreach my $file (@files) {
|
foreach my $file (@files) {
|
||||||
if ($file =~ /\.conf$/) {
|
if ($file =~ /\.conf$/ && !($file =~ /^demo\d/)) {
|
||||||
print "\tLoading ".$file."\n";
|
print "\tLoading ".$file."\n";
|
||||||
$config{$file} = readConfig($webguiPath,$file);
|
$config{$file} = readConfig($webguiPath,$file);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue