Removed the unncessary pre tags.
This commit is contained in:
parent
888a4b3536
commit
a3b846f437
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ sub _replacement {
|
||||||
if ($param[0] =~ /passwd/ || $param[0] =~ /shadow/ || $param[0] =~ /WebGUI.conf/) {
|
if ($param[0] =~ /passwd/ || $param[0] =~ /shadow/ || $param[0] =~ /WebGUI.conf/) {
|
||||||
$temp = "SECURITY VIOLATION";
|
$temp = "SECURITY VIOLATION";
|
||||||
} else {
|
} else {
|
||||||
$temp = "<pre>".`$param[0]`."</pre>";
|
$temp = `$param[0]`;
|
||||||
}
|
}
|
||||||
return $temp;
|
return $temp;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue