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:
betateilchen
2014-04-22 18:56:44 +00:00
parent 4dee422837
commit 0189eb9137

View File

@@ -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;
}