mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ddns.cgi: Remove an other unknown function call.
This commit is contained in:
@@ -636,7 +636,7 @@ sub GenerateDDNSConfigFile {
|
||||
my ($provider, $hostname, $domain, $proxy, $wildcards, $username, $password, $enabled) = @settings;
|
||||
|
||||
# Skip entries if they are not (longer) supported.
|
||||
next if (!&General::is_part_of("$provider", @providers));
|
||||
next unless ($provider ~~ @providers);
|
||||
|
||||
# Skip disabled entries.
|
||||
next if ($enabled eq "off");
|
||||
|
||||
Reference in New Issue
Block a user