add more documentation

This commit is contained in:
2021-04-22 08:45:21 +02:00
parent a34f6874fd
commit cfada63fb3
4 changed files with 9 additions and 6 deletions

View File

@ -4,9 +4,9 @@ use File::Basename;
use POSIX qw(strftime);
use strict;
my @filenames = ('lib/FHEM/Core/Password/Utils.pm');
my @filenames = ('lib/FHEM/Core/Authentication/Passwords.pm');
my $controlsfile = 'controls_passwordUtils.txt';
my $controlsfile = 'controls_authenticationPassword.txt';
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");