mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: fix style and permission
This commit is contained in:
@@ -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(
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user