index.cgi: Remove left-over DNSSEC status warning

An error message is still shown although there is no option to disable
DNSSEC at the moment. The old marker file could still be present on
older machines.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2021-10-14 13:26:30 +00:00
committed by Arne Fitzenreiter
parent 0165dd4025
commit 637eb94684
2 changed files with 0 additions and 16 deletions

View File

@@ -536,11 +536,6 @@ END
&Header::closebox();
}
my $dnssec_status = &General::dnssec_status();
if ($dnssec_status eq "off") {
$warnmessage .= "<li>$Lang::tr{'dnssec disabled warning'}</li>";
}
# Fireinfo
if ( ! -e "/var/ipfire/main/send_profile") {
$warnmessage .= "<li><a style='color: white;' href='fireinfo.cgi'>$Lang::tr{'fireinfo please enable'}</a></li>";