fix cookie handling

This commit is contained in:
Sebastian
2021-05-29 23:25:16 +02:00
parent b0e6fe6ea5
commit b5d2a29a9f
3 changed files with 6 additions and 4 deletions

View File

@ -271,7 +271,9 @@ sub getCookie {
'pin='
.ReadPassword($hash, $name)
.'&submit='
)
) if ( defined(ReadPassword( $hash, $name ))
&& AttrVal( $name, 'LiberoIP', 'none' ) ne 'none'
);
}
sub setSettings {