mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-05 23:58:44 +00:00
fheminfo: configDB patch from betateilchen
git-svn-id: https://svn.fhem.de/fhem/trunk@5257 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8cdb1acb94
commit
d229462e3d
@ -306,7 +306,7 @@ sub checkConfigFile($) {
|
||||
my $name = "fheminfo";
|
||||
my $configFile = AttrVal("global","configfile","");
|
||||
|
||||
if($configFile) {
|
||||
if($configFile && $configFile ne 'configDB') {
|
||||
my $fh;
|
||||
if(!open($fh,"<".$configFile)) {
|
||||
return "Can't open $configFile: $!";
|
||||
|
Loading…
x
Reference in New Issue
Block a user