2
0
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:
betateilchen 2014-04-22 18:56:44 +00:00
parent a9a90db5eb
commit 491a338cc4

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