mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Use PrintHeader to generate the header
This commit is contained in:
@ -60,7 +60,7 @@ else {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($in{'csv'}) {
|
if ($in{'csv'}) {
|
||||||
print "Content-type: text/csv\n\n";
|
&PrintHeader(undef, "text/csv");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
&ui_print_header(undef, $text{'search_title'}, "");
|
&ui_print_header(undef, $text{'search_title'}, "");
|
||||||
|
Reference in New Issue
Block a user