mirror of
https://github.com/webmin/webmin.git
synced 2026-05-16 11:50:26 +01:00
Quota all parameters
This commit is contained in:
@@ -72,7 +72,7 @@ else {
|
||||
$manout = &backquote_command("$config{'man2html_path'} -v 2>&1", 1);
|
||||
if ($manout =~ /Version:\s+([0-9\.]+)/i && $1 >= 3) {
|
||||
# New version uses a different syntax!
|
||||
$cmd .= " $qout | nroff -mman | $config{'man2html_path'} --cgiurl \"view_man.cgi?page=\\\${title}&sec=\\\${section}&opts=$in{'opts'}\" --bare";
|
||||
$cmd .= " $qout | nroff -mman | $config{'man2html_path'} --cgiurl ".quotemeta("view_man.cgi?page=\\\${title}&sec=\\\${section}&opts=$in{'opts'}")." --bare";
|
||||
$out = &backquote_command("$cmd 2>&1", 1);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user