diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index af41b8d2b..ab427879e 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -534,7 +534,7 @@ elsif ($qossettings{'ACTION'} eq $Lang::tr{'status'} ) if ($qossettings{'ENABLED'} eq 'on'){ my $output = ""; my @output = &General::system_output("/usr/local/bin/qosctrl", "status"); - $output = &Header::cleanhtml(@output[0],"y"); + $output = &Header::cleanhtml(join("", @output), "y"); print "
$output\n"; } else { print "$Lang::tr{'QoS not enabled'}"; } &Header::closebox();