mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-18 09:15:42 +02:00
added optional anonymous login for clients
This commit is contained in:
parent
662884d405
commit
fdb3c4aa49
4 changed files with 42 additions and 12 deletions
|
@ -85,7 +85,10 @@ final class Payload
|
|||
{
|
||||
return
|
||||
!empty($this->user) &&
|
||||
!empty($this->password) &&
|
||||
(
|
||||
$this->user == 'anonymous' ||
|
||||
!empty($this->password)
|
||||
) &&
|
||||
!empty($this->domain) &&
|
||||
(
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue