mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
dns.cgi: Remove accidently commited debug code
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -415,7 +415,7 @@ sub show_nameservers () {
|
||||
$dns_status_string = "$Lang::tr{'working'}";
|
||||
$dns_status_col = "${Header::colourgreen}";
|
||||
} else {
|
||||
$dns_status_string = "$Lang::tr{'broken'} status: $dns_status_ret";
|
||||
$dns_status_string = "$Lang::tr{'broken'}";
|
||||
$dns_status_col = "${Header::colourred}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user