mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
configDB.pm: remove debug code; set privacy as default
git-svn-id: https://svn.fhem.de/fhem/trunk@16476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b3e7d032f1
commit
595d837fc5
@ -910,10 +910,11 @@ sub _cfgDB_Migrate() {
|
|||||||
sub _cfgDB_Info($) {
|
sub _cfgDB_Info($) {
|
||||||
my ($info2) = @_;
|
my ($info2) = @_;
|
||||||
$info2 //= 'unknown';
|
$info2 //= 'unknown';
|
||||||
Debug ">$info2<";
|
|
||||||
my ($l, @r, $f);
|
my ($l, @r, $f);
|
||||||
for my $i (1..65){ $l .= '-';}
|
for my $i (1..65){ $l .= '-';}
|
||||||
|
|
||||||
|
$configDB{attr}{private} //= 1;
|
||||||
|
|
||||||
push @r, $l;
|
push @r, $l;
|
||||||
push @r, " configDB Database Information";
|
push @r, " configDB Database Information";
|
||||||
push @r, $l;
|
push @r, $l;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user