mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
(legacy) regression services_unbound.php
This commit is contained in:
parent
22ed358690
commit
b83aa0d8f7
@ -76,7 +76,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
if (empty($pconfig['outgoing_interface'])) {
|
||||
$input_errors[] = gettext("A single outgoing network interface needs to be selected for the DNS Resolver to use for outgoing DNS requests.");
|
||||
}
|
||||
if (!is_port($pconfig['port'])) {
|
||||
if (!empty($pconfig['port']) && !is_port($pconfig['port'])) {
|
||||
$input_errors[] = gettext("You must specify a valid port number.");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user