[Testing] IPFire 2.29 – Core Update 198

Hello,

Testing release Core 198 there is a syntax error in dns.cgi line 780 what disables Network > Domain Name System configuration page.

$cgiparams{‘REMARK’} = $Header::escape($dns_servers{$cgiparams{‘ID’}}[3]);

should be:

$cgiparams{‘REMARK’} = &Header::escape($dns_servers{$cgiparams{‘ID’}}[3]);

$Header… >> &Header…

Regards…

B. Hudina

1 Like

Hallo @kunta

Welcome to the IPFire community.

Many thanks for your feedback. :+1:

I will submit a patch to fix that as soon as possible.

EDIT:
Patch submitted.

2 Likes