dns/ddclient: fix style and permission

This commit is contained in:
Franco Fichtner
2023-08-17 12:00:49 +02:00
parent 02e7cddf94
commit bbfccfe734
2 changed files with 1 additions and 1 deletions
@@ -56,7 +56,7 @@ class DynDNS extends BaseModel
continue;
}
$srv = (string)$node->server;
if ((string)$node->protocol == 'post') {
if ((string)$node->protocol == 'post') {
if (empty($srv) || filter_var($srv, FILTER_VALIDATE_URL) === false) {
$messages->appendMessage(
new Message(
View File