mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Escape error message
This commit is contained in:
@@ -69,7 +69,8 @@ if ($config{'test_manual'}) {
|
||||
$err = &test_config();
|
||||
if ($err) {
|
||||
©_source_dest($temp, $file);
|
||||
&error(&text('manual_etest', "<pre>$err</pre>"));
|
||||
&error(&text('manual_etest',
|
||||
"<pre>".&html_escape($err)."</pre>"));
|
||||
}
|
||||
}
|
||||
unlink($temp);
|
||||
|
||||
Reference in New Issue
Block a user