mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-14 05:46:35 +00:00
betateilchen: debug code
git-svn-id: https://svn.fhem.de/fhem/trunk@18294 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6080ad8ca5
commit
2433f3c128
@ -209,9 +209,8 @@ my ($err,@config);
|
||||
|
||||
($err,@config) = FileRead({FileName => 'configDB.conf',
|
||||
ForceType => "file"});
|
||||
if $err {
|
||||
return 0;
|
||||
}
|
||||
|
||||
return 0 if ($err);
|
||||
|
||||
use Data::Dumper;
|
||||
print Dumper @config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user