mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 23:46:03 +00:00
configDB - changed interface to FHEMWEB
git-svn-id: https://svn.fhem.de/fhem/trunk@5601 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a9a90db5eb
commit
491a338cc4
@ -351,7 +351,7 @@ sub cfgDB_FW_fileList(@$) {
|
||||
next if( $f !~ m/^$dir/ );
|
||||
$f =~ s,$dir\/,,;
|
||||
next if($f !~ m,^$re$,);
|
||||
push @ret, "$f.";
|
||||
push @ret, "$f.configDB";
|
||||
}
|
||||
return @ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user